2
0
Эх сурвалжийг харах

Fixed Internal Error 2020120501 number clash

J. Gareth "Curious Kit" Moreton 4 жил өмнө
parent
commit
d5a104f493
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/ncginl.pas

+ 1 - 1
compiler/ncginl.pas

@@ -992,7 +992,7 @@ implementation
 
     procedure tcginlinenode.second_minmax;
       begin
-        internalerror(2020120501);
+        internalerror(2020120510);
       end;
 
 begin