1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-12 20:35:10 -05:00

Simba: Fix FindFile return value.

This commit is contained in:
Merlijn Wajer 2011-07-31 17:44:17 +02:00
parent cf41d95f53
commit a20a31a250

View File

@ -128,6 +128,7 @@ begin;
exit;
end;
end;
result := '';
end;
constructor TMFiles.Create(Owner : TObject);