changeset 10:4ef47c3bdce6

add fflush(stdout)
author paulo@hit-nxdomain.opendns.com
date Thu, 13 May 2010 00:35:36 -0700
parents a367f80b847b
children 6627edb46f36
files rcg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/rcg.c	Fri May 07 01:02:18 2010 -0700
     1.2 +++ b/rcg.c	Thu May 13 00:35:36 2010 -0700
     1.3 @@ -245,6 +245,7 @@
     1.4  		}
     1.5  
     1.6  		fputs(out, stdout);
     1.7 +		fflush(stdout);
     1.8  	}
     1.9  
    1.10  	return EXIT_OK;