An MSVCRT_fgetc bug

Chris Robinson chris.kcat at gmail.com
Mon Sep 25 06:14:22 CDT 2006


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;'.



More information about the wine-devel mailing list