- 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:
Jonas Maebe 2017-01-06 20:16:38 +00:00
parent 926112bba1
commit 840e83559a
3 changed files with 4 additions and 4 deletions

View File

@ -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+

View File

@ -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;
{****************************************************************************

View File

@ -1 +1 @@
'2016-04-05 rev 33425'
'2016-07-13 rev 34110'