Changed integer type on QWK packet size variables

This commit is contained in:
mysticbbs 2012-02-14 11:07:01 -05:00
parent ed84018ace
commit 78e871e053
1 changed files with 2 additions and 2 deletions

View File

@ -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];