[comp.sys.amiga] VT100 R2.8

acs@pccuts.pcc.amdahl.com (Tony Sumrall) (12/14/88)

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. ]