On 1/26/18, 12:40 PM, "sqlite-users on behalf of J Decker" <[email protected] on behalf of [email protected]> wrote: > reads the bytes and does things with them. the EOF would get returned with > fgetc() but not the character.
Fgetc returns an int, not a byte. That EOF is -1, not 0xFF. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

