Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 +MMDF+2.11; site ukc.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!ut-sally!seismo!mcvax!ukc!pc From: pc@ukc.UUCP (R.P.A.Collinson) Newsgroups: net.micro.atari Subject: Problems with uudecode or rather putc on 520ST Message-ID: <430@ukc.UUCP> Date: Mon, 2-Dec-85 05:29:21 EST Article-I.D.: ukc.430 Posted: Mon Dec 2 05:29:21 1985 Date-Received: Thu, 5-Dec-85 08:09:07 EST Reply-To: pc@ukc.UUCP (Peter Collinson) Organization: U of Kent at Canterbury, Canterbury, UK Lines: 8 Keywords: st If you have the development kit C compiler and wish to use the various uudecodes posted to net - then beware... The putc function does nasty things with hex 0xA or maybe hex 0xD. It's better to replace the calls to putc by something which buffers output in a file and then call the system Fwrite. This may of course NOT apply to your version of the standard I/O library.