undo unintended file conversion

This commit is contained in:
Michael Mikonos 2023-08-07 08:52:53 +08:00
parent 79ac2b651f
commit 0d82978c55

View file

@ -87,13 +87,13 @@ to avoid this.
} }
if (!StrNCompare(src - 1, "inf", 3)) if (!StrNCompare(src - 1, "inf", 3))
{ {
d=ì; d=<EFBFBD>;
src += 3; src += 3;
goto a2f_end; goto a2f_end;
} }
if (*src == 'ì') if (*src == '<EFBFBD>')
{ {
d = ì; d = <EFBFBD>;
src++; src++;
goto a2f_end; goto a2f_end;
} }