Преглед на файлове

* another fix for #15655, wrongly fixed in r14885

git-svn-id: trunk@14893 -
marco преди 15 години
родител
ревизия
d742d6db58
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/objpas/classes/lists.inc

+ 1 - 1
rtl/objpas/classes/lists.inc

@@ -622,7 +622,7 @@ var
   I: Integer;
 begin
   { this only does FList.AddList(AList.FList), avoiding notifications }
-  AddList(AList);
+  FList.AddList(AList.FList);
 
   { make lnAdded notifications }
   for I := 0 to AList.Count - 1 do