mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 10:09:17 +02:00
* packing of searchrec for arm fixed
This commit is contained in:
parent
87f13990e5
commit
3f868d2e42
@ -50,7 +50,11 @@ Type
|
||||
NameStr = String[FileNameLen];
|
||||
ExtStr = String[FileNameLen];
|
||||
|
||||
SearchRec = packed Record
|
||||
SearchRec =
|
||||
{$ifndef ARM}
|
||||
packed
|
||||
{$endif ARM}
|
||||
Record
|
||||
{Fill : array[1..21] of byte; Fill replaced with below}
|
||||
SearchNum : LongInt; {to track which search this is}
|
||||
SearchPos : LongInt; {directory position}
|
||||
@ -902,7 +906,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.22 2003-12-29 21:15:04 jonas
|
||||
Revision 1.23 2004-01-31 16:15:14 florian
|
||||
* packing of searchrec for arm fixed
|
||||
|
||||
Revision 1.22 2003/12/29 21:15:04 jonas
|
||||
* fixed setftime (sorry Marco :)
|
||||
|
||||
Revision 1.21 2003/12/03 20:17:03 olle
|
||||
|
Loading…
Reference in New Issue
Block a user