mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Fix format string for float value
repetition_spacing is a float value. Use %5.2 as that is used for similar float values in the same file. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
a95edd7e13
commit
3ed36ff572
@ -1131,7 +1131,7 @@ ROW *Textord::make_prop_words(
|
||||
blanks = 0;
|
||||
if (tosp_debug_level > 5)
|
||||
tprintf
|
||||
("Repch wd at EOL (%d,%d). rep spacing %d; Lgap:%d (%d blanks)\n",
|
||||
("Repch wd at EOL (%d,%d). rep spacing %5.2f; Lgap:%d (%d blanks)\n",
|
||||
word->bounding_box ().left (), word->bounding_box ().bottom (),
|
||||
repetition_spacing, current_gap, blanks);
|
||||
word->set_blanks (blanks);
|
||||
|
Loading…
Reference in New Issue
Block a user