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