mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 04:09:30 +02:00
IDE: check inter pkg sources: fixed adding ppu files
git-svn-id: trunk@49119 -
This commit is contained in:
parent
35cacd8537
commit
5c4399fd59
@ -982,6 +982,9 @@ var
|
||||
if (ComparePGInterPkgShortFilename(CurFile,OtherFile)<>0) then break;
|
||||
OtherNode:=OtherNode.Successor;
|
||||
|
||||
if OtherFile.AnUnitName<>'' then
|
||||
continue; // units were already checked in CheckDuplicateUnits
|
||||
|
||||
// other file with same short name found
|
||||
if not CheckIfFilesCanConflict(FileGroup,CurFile,OtherFile) then
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user