Changed integer type on QWK packet size variables
This commit is contained in:
parent
ed84018ace
commit
78e871e053
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue