1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Simba: DeleteFile -> DeleteFileUTF8.

This commit is contained in:
Merlijn Wajer 2010-10-06 16:52:01 +02:00
parent 17ae7b08b8
commit e3c103e021

View File

@ -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);