mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:50:30 +02:00
- reverted merge of r33363, as it depends on r32835, which was not merged
git-svn-id: branches/fixes_3_0@35246 -
This commit is contained in:
parent
926112bba1
commit
840e83559a
@ -1223,7 +1223,7 @@ const msgtxt : array[0..000310,1..240] of char=(
|
||||
'le "$1"'#000+
|
||||
'11023_Free Pascal Compiler version $FPCFULLVERSION [$FPC','DATE] for $F'+
|
||||
'PCCPU'#010+
|
||||
'Copyright (c) 1993-2015 by Florian Klaempfl and others'#000+
|
||||
'Copyright (c) 1993-2016 by Florian Klaempfl and others'#000+
|
||||
'11024_Free Pascal Compiler version $FPCVERSION'#010+
|
||||
#010+
|
||||
'Compiler date : $FPCDATE'#010+
|
||||
|
@ -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, { Maximum message size }
|
||||
nil);
|
||||
SysErrorMessage := MsgBuffer;
|
||||
FreeMem(MsgBuffer, MaxMsgSize*2);
|
||||
FreeMem(MsgBuffer, MaxMsgSize);
|
||||
end;
|
||||
|
||||
{****************************************************************************
|
||||
|
@ -1 +1 @@
|
||||
'2016-04-05 rev 33425'
|
||||
'2016-07-13 rev 34110'
|
||||
|
Loading…
Reference in New Issue
Block a user