diff options
author | Sebastian Geerken <devnull@localhost> | 2015-12-29 15:07:27 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-12-29 15:07:27 +0100 |
commit | ddfea411669a857b3ec6f563d12eeb50b3ad4f69 (patch) | |
tree | e67f4a8a247fea99194edc1fff59633cf6380960 /dw | |
parent | 0b43cc0c14b96740399f4a05aaecdf491ced2cf4 (diff) |
SRDOP: RTFL message.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock_linebreaking.cc | 3 |
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) |