This commit is contained in:
peter 2003-12-23 22:12:15 +00:00
parent dd69b121a9
commit d298043d6b

View File

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