Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
I used the example code which uses "fgetc" to read from the input stream in a
while loop until an "EOF" is reached. However, this doesn't work for binary
data. So I used "fread" on a file opened with binary mode which finally worked.
So maybe you did the same thing...?
Original comment by jonny.de...@gmail.com
on 6 Mar 2011 at 12:36
[deleted comment]
Thanks Jonny. Recreated problem on MAC OS/X and corrected examples on site
using fread on stdin. Please email any other example sets you may have, and I
will validate and place on site for others.
The issue stands corrected and was not against the protobuf-c code source.
Original comment by mark.r....@gmail.com
on 7 Mar 2011 at 3:51
Original comment by lahike...@gmail.com
on 10 Mar 2011 at 10:41
Original issue reported on code.google.com by
mark.r....@gmail.com
on 9 Jan 2011 at 11:51