From 78e871e0538e3503283c00246501f208e0a82173 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Tue, 14 Feb 2012 11:07:01 -0500 Subject: [PATCH] Changed integer type on QWK packet size variables --- mystic/records.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mystic/records.pas b/mystic/records.pas index 3e33e3f..e6c3088 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -163,8 +163,8 @@ Type MShowHeader : Boolean; // re-show msg header after pause MShowBases : Boolean; MaxAutoSig : Byte; - qwkMaxBase : SmallInt; - qwkMaxPacket : SmallInt; + qwkMaxBase : Word; + qwkMaxPacket : Word; qwkArchive : String[4]; qwkBBSID : String[8]; qwkWelcome : String[mysMaxPathSize];