Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!YALE.ARPA!fischer From: fischer@YALE.ARPA (Michael Fischer) Newsgroups: net.micro.atari16 Subject: Re: Uudecode wierdidities, ue 3.7 (from Turner*Imagen),etc. Message-ID: <8609081418.AA16262@Yale-Bulldog.YALE.ARPA> Date: Mon, 8-Sep-86 10:18:34 EDT Article-I.D.: Yale-Bul.8609081418.AA16262 Posted: Mon Sep 8 10:18:34 1986 Date-Received: Mon, 8-Sep-86 20:45:19 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 Thanks to Dennis Vadura for pointing me in the right direction on my uudecode problem. I looked in the C sources for uudecode that I had received from Columbia as part of the new GEM Kermit distribution. Sure enough, it opened the binary output using fopen(, "wb") . In Alcyon C, this must be replaced by a call on a different function: fopenb(, "w"). Similar changes must be made to uuencode so that its binary input is opened properly. (Of course, one must also remember to declare the new function.) After making the changes, I had no trouble in decoding the Kermit resource and executable file, and they work fine. I'm looking forward now to decoding uEMACS 3.7 and other goodies that have been accumulating on the net. --Mike Fischer fischer@yale.arpa -------