patcharats / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

NitPicking #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.00 Ubuntu

Please provide any additional information below.
------------------------------------------------------------
NitPicking no 1: comment is wrong in cutil/debug.cpp line 65
------------------------------------------------------------
Probably copied from a comment (on a line in the code) above!!
 * Set the value of a floating point variable from the break handler.
should read:
 * Set the value of an INTEGER variable from the break handler.

------------------------------------------------------------
NitPicking no 2:  new_line() defined as printf("\n")
------------------------------------------------------------
With chop_debug=2, new_lines go to wrong output
changed new_line() to cprintf ("\n") in:
wordrec/matrix.cpp line 114
dict/states.cpp    line 249

Can we simply define new_line() as cprintf ("\n")  ?????
and hit the rest of these in one go ?????

Original issue reported on code.google.com by beaumon...@gmail.com on 13 Sep 2007 at 12:43

GoogleCodeExporter commented 9 years ago
Item 1:
 this code is dead anyway.
Item 2:
Fixed in 2.04

Original comment by theraysm...@gmail.com on 28 Dec 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Fixed in 2.04

Original comment by theraysm...@gmail.com on 30 Dec 2008 at 6:31