From: | simond |
Date: | 1 Aug 2000 at 09:29:20 |
Subject: | Re: AMIOPEN: Env variables |
On Tue, Aug 01, 2000 at 09:40:11AM +0200, Aaron Optimizer Digulla wrote:
> On Mon, Jul 31, 2000 at 10:10:01AM -0700, Patrick Roberts wrote:
>
> > > printf ("data=\"%s\"", data);
> > fflush(stdouot);
>
> *ARGH* :-) OK, it works now. Now all I have to do is to find out
> why it doesn't work in some more complex cases. Will be back :-)
Or just add a \n to the end of the printf, almost everything does line by
line buffering so that should normally flush it too.