mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* fix range check error after previous commit
This commit is contained in:
parent
121676ec2d
commit
29a382388e
@ -804,8 +804,8 @@ const go32v2stub : array[0..2047] of byte=(
|
|||||||
filename : string[18];
|
filename : string[18];
|
||||||
sec : TSection;
|
sec : TSection;
|
||||||
namestr : string[8];
|
namestr : string[8];
|
||||||
nameidx : longint;
|
|
||||||
value,
|
value,
|
||||||
|
nameidx : longint;
|
||||||
sectionval,
|
sectionval,
|
||||||
globalval : byte;
|
globalval : byte;
|
||||||
secrec : coffsectionrec;
|
secrec : coffsectionrec;
|
||||||
@ -1717,7 +1717,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.26 2003-04-22 14:33:38 peter
|
Revision 1.27 2003-04-23 11:37:15 peter
|
||||||
|
* fix range check error after previous commit
|
||||||
|
|
||||||
|
Revision 1.26 2003/04/22 14:33:38 peter
|
||||||
* removed some notes/hints
|
* removed some notes/hints
|
||||||
|
|
||||||
Revision 1.25 2002/12/07 14:08:11 carl
|
Revision 1.25 2002/12/07 14:08:11 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user