mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:43:15 +01:00
* Fixed bug in ExeSearch, noted by Tomas
git-svn-id: trunk@19380 -
This commit is contained in:
parent
38a706dd28
commit
c1ff89a7c2
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user