mmoghimi / tesseract-ocr

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

[PATCH] Fixed wrong comparison of pointer address (<= 0) #1078

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please review the attached patch. It fixes a wrong comparison of a pointer 
address being <= 0. This is replaced by comparing the pointer address being 
equal to NULL (== 0).

Best regards and many thanks

Martin Ettl

Original issue reported on code.google.com by ettl.mar...@gmail.com on 26 Jan 2014 at 7:12

Attachments:

GoogleCodeExporter commented 9 years ago
Actually a * is needed.
Fixed in 3.03.

Original comment by theraysm...@gmail.com on 27 Jan 2014 at 6:26