* Fixed bug in ExeSearch, noted by Tomas

git-svn-id: trunk@19380 -
This commit is contained in:
michael 2011-10-05 07:06:57 +00:00
parent 38a706dd28
commit c1ff89a7c2

View File

@ -79,7 +79,7 @@
{$else unix}
O:=[sfoImplicitCurrentDir,sfoStripQuotes];
{$endif unix}
Result := FileSearch(Name, D, False);
Result := FileSearch(Name, D, O);
end;
{$ifndef OS_FILEISREADONLY}