mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 15:07:50 +01:00
* Removed double directory-separator
git-svn-id: trunk@34585 -
This commit is contained in:
parent
def4df9791
commit
cc70bbbd1f
@ -191,7 +191,7 @@ var
|
||||
begin
|
||||
Result:=false;
|
||||
FpmkDir:=IncludeTrailingPathDelimiter(FPath)+'fpmkinst'+PathDelim+FCompilerOptions.CompilerTarget+PathDelim;
|
||||
if FindFirst(IncludeTrailingPathDelimiter(FpmkDir)+PathDelim+'*'+FpmkExt,faDirectory,SR)=0 then
|
||||
if FindFirst(IncludeTrailingPathDelimiter(FpmkDir)+'*'+FpmkExt,faDirectory,SR)=0 then
|
||||
begin
|
||||
log(llDebug,SLogFindInstalledPackages,[FpmkDir]);
|
||||
repeat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user