[fa.info-cpm] id A28796; 29-Nov-82 14:08:19-PST

info-cpm (11/29/82)

>From RG.JMTURN.MIT-OZ@BRL  Mon Nov 29 13:54:50 1982
Sender: RG.JMTURN.MIT-OZ@BRL
To: info-cpm@BRL
Via:  Mit-Mc; 29 Nov 82 10:02-EST
Via:  Brl; 29 Nov 82 10:15-EST
Via:  Brl-Bmd; 29 Nov 82 10:42-EST

I have found an infintely wrong behavior in the TMODEM V 3.0
porgram (on MIT-OZ). It does not take the last ^Z encountered in
the stream as EOF, but rather the first ^Z. This means you can't send
a file with a control-Z in it. The right thing to do is to have it
keep each packet until it sees if the next character is EOT or SOH, and
if it is EOT, go back and remove the ^Zs at the end of the last packet.
Do I have to fix the problem, or can someone more proficient at C do
it?

					James