mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
undo unintended file conversion
This commit is contained in:
parent
79ac2b651f
commit
0d82978c55
1 changed files with 3 additions and 3 deletions
|
@ -87,13 +87,13 @@ to avoid this.
|
|||
}
|
||||
if (!StrNCompare(src - 1, "inf", 3))
|
||||
{
|
||||
d=ì;
|
||||
d=<EFBFBD>;
|
||||
src += 3;
|
||||
goto a2f_end;
|
||||
}
|
||||
if (*src == 'ì')
|
||||
if (*src == '<EFBFBD>')
|
||||
{
|
||||
d = ì;
|
||||
d = <EFBFBD>;
|
||||
src++;
|
||||
goto a2f_end;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue