Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!im4u!ut-sally!husc6!yale!decvax!tektronix!reed!omen!caf From: caf@omen.UUCP (Chuck Forsberg WA7KGX) Newsgroups: net.sources.d Subject: rz.c bugfix Message-ID: <373@omen.UUCP> Date: Tue, 22-Jul-86 02:22:24 EDT Article-I.D.: omen.373 Posted: Tue Jul 22 02:22:24 1986 Date-Received: Wed, 23-Jul-86 07:19:12 EDT Distribution: net Organization: Omen Technology, Portland Lines: 18 John Carey has discovered a coding error in rz.c. I'm not too surprised rz worked with the wrong code, since the protocol is rather robust with respect to extraneous messages between frames. -------------------------- Cut Here 8< ---------------------------------------- /* * Local console output simulation */ bttyout(c) { #ifdef PATCH if (Verbose || fromcu()) #else if (Verbose || fromcu) #endif putc(c, stderr); } -------------------------- Cut Here 8< ----------------------------------------