Fixes bug by patch 124 offered by kreijstal
This commit is contained in:
parent
08aff1ee17
commit
8d9988424b
|
|
@ -94,7 +94,7 @@ inchar(FILE *fp)
|
|||
}
|
||||
|
||||
return (int) c;
|
||||
#elif
|
||||
#else
|
||||
|
||||
return getc(fp);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue