mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 14:49:13 +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+
|
'le "$1"'#000+
|
||||||
'11023_Free Pascal Compiler version $FPCFULLVERSION [$FPC','DATE] for $F'+
|
'11023_Free Pascal Compiler version $FPCFULLVERSION [$FPC','DATE] for $F'+
|
||||||
'PCCPU'#010+
|
'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+
|
'11024_Free Pascal Compiler version $FPCVERSION'#010+
|
||||||
#010+
|
#010+
|
||||||
'Compiler date : $FPCDATE'#010+
|
'Compiler date : $FPCDATE'#010+
|
||||||
|
@ -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, { Maximum message size }
|
MaxMsgSize, { Maximum message size }
|
||||||
nil);
|
nil);
|
||||||
SysErrorMessage := MsgBuffer;
|
SysErrorMessage := MsgBuffer;
|
||||||
FreeMem(MsgBuffer, MaxMsgSize*2);
|
FreeMem(MsgBuffer, MaxMsgSize);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
|
@ -1 +1 @@
|
|||||||
'2016-04-05 rev 33425'
|
'2016-07-13 rev 34110'
|
||||||
|
Loading…
Reference in New Issue
Block a user