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