Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!uakari.primate.wisc.edu!samsung!caen!uflorida!cs.fau.edu!jeffb From: jeffb@cs.fau.edu (Jeffrey Boser) Newsgroups: comp.sys.mac.programmer Subject: THINK C 4.0 bug Message-ID: Date: 31 Jan 91 00:30:24 GMT Sender: bbs@cs.fau.edu (Waffle BBS) Organization: Florida Atlantic University Lines: 16 While writing a uudecoder, i have stumbled on what seems to be a bug in the ANSI libraries. during the decoder portion, i use putc(o, stdout); to output a calculated integer (lower byte only). but when o is equal to 10 (checked it while in debugger), it outputs 13. (checked from a hex dump of output file). the stdout is redirected with a ccommand. any ideas? .....Jeff reply to weissd@tuna.cs.fau.edu, as my mailer is down.