FDIR filesize changed to LongInt until Int64 change

This commit is contained in:
mysticbbs 2012-08-17 14:34:41 -04:00
parent 1ce7b6eb3f
commit 399537f115
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ Const
Type
RecFileList = Record
FileName : String[70];
Size : Cardinal;
Size : LongInt;
DateTime : LongInt;
Uploader : String[30];
Flags : Byte;