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