From 154fb076a60df97c5cdb79e0ab868a68e7327d4c Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 17 Jul 2008 06:20:27 +0000 Subject: [PATCH] lazbuild: fixed compilation git-svn-id: trunk@15797 - --- ide/lazbuild.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazbuild.lpr b/ide/lazbuild.lpr index f703da7321..879852d7ff 100644 --- a/ide/lazbuild.lpr +++ b/ide/lazbuild.lpr @@ -334,7 +334,7 @@ var ConflictPkg: TLazPackage; begin // check if package is already loaded - Result:=PackageGraph.FindPackageWithFilename(AFilename,true); + Result:=PackageGraph.FindPackageWithFilename(AFilename); if (Result<>nil) then exit; Result:=TLazPackage.Create; // load the package file