repo.or.cz
/
LameXP.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed link to Qt Linguist guide.
[LameXP.git]
/
etc
/
Patches
/
SoX-v14.4.2-FlushProgressFix.V1.diff
blob
0ec274271740418b775b3e2ff399e18d4c52bd6c
1
src/sox.c | 1 +
2
1 file changed, 1 insertion(+)
3
4
diff --git a/src/sox.c b/src/sox.c
5
index ec1dffe..ebfaf60 100644
6
--- a/src/sox.c
7
+++ b/src/sox.c
8
@@ -1273,6 +1273,7 @@ static void display_status(sox_bool all_done)
9
}
10
if (all_done)
11
fputc('\n', stderr);
12
+ fflush(stderr);
13
}
14
15
#ifdef HAVE_TERMIOS_H