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 MShowHeader : Boolean; // re-show msg header after pause
MShowBases : Boolean; MShowBases : Boolean;
MaxAutoSig : Byte; MaxAutoSig : Byte;
qwkMaxBase : SmallInt; qwkMaxBase : Word;
qwkMaxPacket : SmallInt; qwkMaxPacket : Word;
qwkArchive : String[4]; qwkArchive : String[4];
qwkBBSID : String[8]; qwkBBSID : String[8];
qwkWelcome : String[mysMaxPathSize]; qwkWelcome : String[mysMaxPathSize];