mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 11:29:22 +02:00
parent
231ec77175
commit
e3aaeae2e7
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
This file is part of the Free Pascal run time library.
|
This file is part of the Free Pascal run time library.
|
||||||
Copyright (c) 1999-2000 by Florian Klaempfl
|
Copyright (c) 1999-2000 by Florian Klaempfl
|
||||||
@ -990,7 +990,7 @@ begin
|
|||||||
MaxMsgSize,
|
MaxMsgSize,
|
||||||
nil);
|
nil);
|
||||||
SysErrorMessage := MsgBuffer;
|
SysErrorMessage := MsgBuffer;
|
||||||
FreeMem(MsgBuffer, MaxMsgSize);
|
FreeMem(MsgBuffer, MaxMsgSize*2);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user