aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/viewerpercent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/viewerpercent.cpp b/src/viewerpercent.cpp
index 31ce52a..aa7b3c8 100644
--- a/src/viewerpercent.cpp
+++ b/src/viewerpercent.cpp
@@ -42,6 +42,7 @@ void ViewerPercent::beginCommand( Action::eAction nAct, const std::string &sTarg
42void ViewerPercent::endCommand() 42void ViewerPercent::endCommand()
43{ 43{
44 printf("\n"); 44 printf("\n");
45 fflush(stdout);
45} 46}
46 47
47void ViewerPercent::beginPerforms( int nCount ) 48void ViewerPercent::beginPerforms( int nCount )