mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 08:06:31 +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))
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue