From fbee6b87f5ed86d80895495367fbe3729e8f1571 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Nov 2002 14:15:28 +0000 Subject: fflush() the trace stream on each call --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ec84c5ff3..fb43e8001 100644 --- a/src/main.c +++ b/src/main.c @@ -2149,6 +2149,7 @@ void dump(const char *text, } fputc('\n', stream); /* newline */ } + fflush(stream); } static -- cgit v1.2.3