lazbuild: fixed compilation

git-svn-id: trunk@15797 -
This commit is contained in:
mattias 2008-07-17 06:20:27 +00:00
parent 5bae4a6e54
commit 154fb076a6

View File

@ -334,7 +334,7 @@ var
ConflictPkg: TLazPackage; ConflictPkg: TLazPackage;
begin begin
// check if package is already loaded // check if package is already loaded
Result:=PackageGraph.FindPackageWithFilename(AFilename,true); Result:=PackageGraph.FindPackageWithFilename(AFilename);
if (Result<>nil) then exit; if (Result<>nil) then exit;
Result:=TLazPackage.Create; Result:=TLazPackage.Create;
// load the package file // load the package file