mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 19:49:07 +02:00
+ AbstractErro should call HandleError, not runerror.
This commit is contained in:
parent
88f49b19a5
commit
2ffca0ba47
@ -508,7 +508,7 @@ Type
|
||||
begin
|
||||
If AbstractErrorProc<>nil then
|
||||
TAbstractErrorProc(AbstractErrorProc);
|
||||
RunError(211);
|
||||
HandleError(211);
|
||||
end;
|
||||
|
||||
|
||||
@ -547,7 +547,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.58 1999-05-17 21:52:39 florian
|
||||
Revision 1.59 1999-06-05 20:45:12 michael
|
||||
+ AbstractErro should call HandleError, not runerror.
|
||||
|
||||
Revision 1.58 1999/05/17 21:52:39 florian
|
||||
* most of the Object Pascal stuff moved to the system unit
|
||||
|
||||
Revision 1.57 1999/04/17 13:10:25 peter
|
||||
|
Loading…
Reference in New Issue
Block a user