зеркало из https://github.com/github/putty.git
fflush(stdout) after each line of stats
[originally from svn r3614]
This commit is contained in:
Родитель
d80be3891a
Коммит
1c1c9d3ccf
2
scp.c
2
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче