Browse Source

Fixed Internal Error 2020120501 number clash

J. Gareth "Curious Kit" Moreton 3 years ago
parent
commit
d5a104f493
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncginl.pas

+ 1 - 1
compiler/ncginl.pas

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