Closed GoogleCodeExporter closed 9 years ago
Thanks. Fixed in revision 1091.
Original comment by zde...@gmail.com
on 3 May 2014 at 9:29
[deleted comment]
[deleted comment]
Thanks for merging the patch!
I forgot to also add the corresponding delete function:
TESS_API void TESS_CALL TessChoiceIteratorDelete(TessChoiceIterator* handle);
I attached another patch that includes the TessChoiceIteratorDelete. I also
recognized that I used tabs for indentation instead of spaces which also is
fixed by the patch.
Original comment by p.vorb...@gmail.com
on 3 May 2014 at 8:09
Attachments:
OK. Just remark - patch has mixed EOL (unix and windows). I will commit it soon.
Original comment by zde...@gmail.com
on 3 May 2014 at 8:17
Sorry, I was wondering why the diff included changes for obviously equal lines
but I didn't notice the difference in eols. I'm new to VisualStudio and
configuring it properly can be tedious...
Original comment by p.vorb...@gmail.com
on 4 May 2014 at 12:07
Attachments:
This change stopped the C-API being useable if it isn't being called with
baseapi, as TessChoiceIterator would be an undefined type.
Attached is a patch to fix that.
Original comment by nick.wh...@durham.ac.uk
on 7 May 2014 at 3:42
Attachments:
thanks. Fixed if r1095
Original comment by zde...@gmail.com
on 7 May 2014 at 8:54
Original issue reported on code.google.com by
p.vorb...@gmail.com
on 2 May 2014 at 9:52Attachments: