aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-12-29 15:07:27 +0100
committerSebastian Geerken <devnull@localhost>2015-12-29 15:07:27 +0100
commitddfea411669a857b3ec6f563d12eeb50b3ad4f69 (patch)
treee67f4a8a247fea99194edc1fff59633cf6380960 /dw/textblock_linebreaking.cc
parent0b43cc0c14b96740399f4a05aaecdf491ced2cf4 (diff)
SRDOP: RTFL message.
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r--dw/textblock_linebreaking.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc
index ee783a4c..ca30d2a9 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -980,7 +980,8 @@ void Textblock::balanceBreakPosAndHeight (int wordIndex, int firstIndex,
runNo++;
}
- DBG_OBJ_LEAVE_VAL ("%d, %d, %d", *searchUntil, *lastFloatPos, *height);
+ DBG_OBJ_LEAVE_VAL ("%d, %d, %d, %d",
+ *searchUntil, *lastFloatPos, *height, *breakPos);
}
// *wordIndexEnd must be initialized (initially to wordIndex)