peter 22 anni fa
parent
commit
d298043d6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/test/tintuint.pp

+ 1 - 1
tests/test/tintuint.pp

@@ -34,7 +34,7 @@ begin
   ExitProc:=OldExit;
   if ExitCode=201 then
     begin
-      ErrorAddr:=0;
+      ErrorAddr:=nil;
       longjmp(RTE201Buf,1);
     end;
 end;