mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:42:59 +02:00
Update packagesystem.pas - fix curly brackets to square brackets
This commit is contained in:
parent
b6108b16b1
commit
5414131da5
@ -4169,7 +4169,7 @@ begin
|
||||
// check ambiguous units
|
||||
Result:=CheckAmbiguousPackageUnits(APackage);
|
||||
if Result<>mrOk then begin
|
||||
DebugLn('Error: (lazarus) [TLazPackageGraph.CompilePackage} CheckAmbiguousPackageUnits failed: ',APackage.IDAsString);
|
||||
DebugLn('Error: (lazarus) [TLazPackageGraph.CompilePackage] CheckAmbiguousPackageUnits failed: ',APackage.IDAsString);
|
||||
exit;
|
||||
end;
|
||||
|
||||
@ -5317,7 +5317,7 @@ begin
|
||||
// delete ambiguous files
|
||||
Result:=DeleteAmbiguousFiles(SrcFilename);
|
||||
if Result=mrAbort then begin
|
||||
DebugLn('Error: (lazarus) [TLazPackageGraph.SavePackageMainSource} DoDeleteAmbiguousFiles failed');
|
||||
DebugLn('Error: (lazarus) [TLazPackageGraph.SavePackageMainSource] DoDeleteAmbiguousFiles failed');
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user