Simba: Fix FindFile return value.

This commit is contained in:
Merlijn Wajer 2011-07-31 17:44:17 +02:00
parent cf41d95f53
commit a20a31a250
1 changed files with 1 additions and 0 deletions

View File

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