Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!amdahl!pccuts!acs From: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Newsgroups: comp.sys.amiga Subject: VT100 R2.8 (and 2.8A) long packet problem fix Message-ID: <687@pccuts.pcc.amdahl.com> Date: 14 Dec 88 05:55:12 GMT References: <3265@cs.Buffalo.EDU> <686@pccuts.pcc.amdahl.com> Reply-To: acs@pccuts.pcc.amdahl.com (Tony Sumrall) Organization: Amdahl Corporation, Sunnyvale CA Lines: 12 As promised: Routine rpar() in kermit.c has a line which reads something like: spsiz = unchar((data[capas+2]) * 95) + unchar(data[capas+3]); It should read: spsiz = (unchar(data[capas+2]) * 95) + unchar(data[capas+3]); This is fixed in 2.9. -- Tony Sumrall acs@uts.amdahl.com <=> amdahl!acs [ Opinions expressed herein are the author's and should not be construed to reflect the views of Amdahl Corp. ]