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