Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!husc6!bu-cs!bucsb.bu.edu!jdt From: jdt@bucsb.bu.edu.UUCP (Dave Tenny) Newsgroups: net.micro.amiga Subject: Re: possible bug in 1.1 file redirection Message-ID: <426@bucsb.bu.edu.UUCP> Date: Thu, 31-Jul-86 09:07:52 EDT Article-I.D.: bucsb.426 Posted: Thu Jul 31 09:07:52 1986 Date-Received: Wed, 13-Aug-86 01:20:01 EDT References: <5420@topaz.RUTGERS.EDU> Organization: Boston Univ Comp. Sci. Lines: 5 Keywords: file redirection , bug [...] It sounds like you're not having all the output flushed to stdout. When using Amiga Aztec C, be sure to use exit() in your main program, or stdout may not be flushed. This does not happen with Lattice, since the _main() program does a exit() for you, if you return from main().