Re: regedit: Fix concat handling for ANSI files
26 Aug
2008
26 Aug
'08
9:34 a.m.
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> writes:
+ do + { + *s = fgetc(in); + } while(*s == ' ' || *s == '\t'); + + if(*s == EOF) fprintf(stderr,"%s: ERROR - invalid continuation.\n", getAppName());
You can't do that, EOF is an int not a char. -- Alexandre Julliard julliard(a)winehq.org
6320
Age (days ago)
6320
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard