mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 00:08:52 -05:00
Simba: DeleteFile -> DeleteFileUTF8.
This commit is contained in:
parent
17ae7b08b8
commit
e3c103e021
@ -65,7 +65,7 @@ begin
|
|||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
mDebugLn('Could not move settings.xml to settings.bak');
|
mDebugLn('Could not move settings.xml to settings.bak');
|
||||||
if not deletefile('settings.xml') then
|
if not deletefileUTF8('settings.xml') then
|
||||||
begin
|
begin
|
||||||
mDebugLn('Couldnt delete the file either.');
|
mDebugLn('Couldnt delete the file either.');
|
||||||
exit(false);
|
exit(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user