From df1630663b500597cfce73ddee516217be5ee983 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 3 Dec 2003 22:45:32 +0000 Subject: [PATCH] fflush(stdout) after each line of stats git-svn-id: svn://svn.tartarus.org/sgt/putty@3614 cda61777-01e9-0310-a592-d414129be87e --- scp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scp.c b/scp.c index 70f13be9..79d3f9ae 100644 --- a/scp.c +++ b/scp.c @@ -466,6 +466,8 @@ static void print_stats(char *name, unsigned long size, unsigned long done, if (done == size) printf("\n"); + + fflush(stdout); } } -- 2.11.0