mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:49:24 +02:00
Converter: Fix an error from earlier commit.
git-svn-id: trunk@25947 -
This commit is contained in:
parent
0a9e97d61f
commit
82b4690c18
@ -1285,7 +1285,7 @@ begin
|
||||
Result:=mrCancel;
|
||||
exit;
|
||||
end;
|
||||
if MisUnits<>nil then
|
||||
if (MisUnits<>nil) and (MisUnits.Count>0) then
|
||||
raise Exception.Create('At this point there should be no missing units!');
|
||||
try
|
||||
// add all units to the project
|
||||
|
Loading…
Reference in New Issue
Block a user