From 399537f115835d081e40e3c246f07df4cdf2b333 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 17 Aug 2012 14:34:41 -0400 Subject: [PATCH] FDIR filesize changed to LongInt until Int64 change --- mystic/records.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/records.pas b/mystic/records.pas index 7c409b8..61bd042 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -498,7 +498,7 @@ Const Type RecFileList = Record FileName : String[70]; - Size : Cardinal; + Size : LongInt; DateTime : LongInt; Uploader : String[30]; Flags : Byte;