mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
parent
ad5b5a5a70
commit
342cddf066
@ -237,7 +237,7 @@ var
|
||||
CurPath: String;
|
||||
begin
|
||||
Result:=mrOk;
|
||||
p:=0;
|
||||
p:=1;
|
||||
repeat
|
||||
CurPath:=GetNextDirectoryInSearchPath(ExpandedPath,p);
|
||||
if (CurPath<>'') and (not IDEMacros.StrHasMacros(CurPath))
|
||||
|
@ -1570,7 +1570,7 @@ begin
|
||||
|
||||
// check for non existing directories
|
||||
if ord(Level)<=ord(ccomlWarning) then begin
|
||||
p:=0;
|
||||
p:=1;
|
||||
repeat
|
||||
//DebugLn(['CheckSearchPath ',ExpandedPath,' ',p,' ',length(ExpandedPath)]);
|
||||
CurPath:=GetNextDirectoryInSearchPath(ExpandedPath,p);
|
||||
|
@ -728,7 +728,7 @@ function TfrmCompilerOptionsNew.PutCompilerOptions(
|
||||
+'Lazarus uses this as normal character and does not expand them as file mask.',
|
||||
mtWarning,[mbOk,mbCancel],0) <> mrOk then exit;
|
||||
end;
|
||||
p:=0;
|
||||
p:=1;
|
||||
repeat
|
||||
//DebugLn(['CheckSearchPath ',ExpandedPath,' ',p,' ',length(ExpandedPath)]);
|
||||
CurPath:=GetNextDirectoryInSearchPath(ExpandedPath,p);
|
||||
|
Loading…
Reference in New Issue
Block a user