FDIR filesize changed to LongInt until Int64 change
This commit is contained in:
parent
1ce7b6eb3f
commit
399537f115
|
@ -498,7 +498,7 @@ Const
|
||||||
Type
|
Type
|
||||||
RecFileList = Record
|
RecFileList = Record
|
||||||
FileName : String[70];
|
FileName : String[70];
|
||||||
Size : Cardinal;
|
Size : LongInt;
|
||||||
DateTime : LongInt;
|
DateTime : LongInt;
|
||||||
Uploader : String[30];
|
Uploader : String[30];
|
||||||
Flags : Byte;
|
Flags : Byte;
|
||||||
|
|
Loading…
Reference in New Issue