From 14ed73a5c44d235354e6fa5cb166c495d143acf2 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 17 Feb 2013 00:30:47 -0500 Subject: [PATCH] Now tracks a creation date for file and msg bases --- mystic/records.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mystic/records.pas b/mystic/records.pas index 5a24f4a..e8e3acc 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -464,7 +464,8 @@ Type ITemplate : String[20]; // lightbar index template Index : Word; // permanent index Flags : LongInt; // MB flag bits see above - Res : Array[1..80] of Byte; // RESERVED + Created : LongInt; + Res : Array[1..76] of Byte; // RESERVED End; FScanRec = Record { *.SCN } @@ -494,7 +495,8 @@ Type Path : String[80]; DefScan : Byte; Flags : LongInt; - Res : Array[1..36] of Byte; + Created : LongInt; + Res : Array[1..32] of Byte; //echomail network adresss? End;