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
|
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];
|
||||||
|
|
Loading…
Reference in New Issue