j
k
j a
j l
On Monday 25 September 2006 01:04, Tobias Ringström wrote:
There's a bug in MSVCRT_fgetc in 0.9.21 (likely introduced in 0.9.19) in that it sometimes sign extends the byte read from the file.
Looks like 'char *i;' should be 'unsigned char *i;'.
Back to the thread
Back to the list