aboutsummaryrefslogtreecommitdiff
path: root/src/viewerpercent.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-01 16:36:20 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-01 16:36:20 +0000
commite992a71800cd41bbf2c7d3301dd00691f1c04327 (patch)
tree2ad465e7ff75c896c602946b8fd665337705ba44 /src/viewerpercent.cpp
parent6c20df45bd23cc68e001dc660a0194d9ded738e6 (diff)
downloadbuild-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.gz
build-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.bz2
build-e992a71800cd41bbf2c7d3301dd00691f1c04327.tar.xz
build-e992a71800cd41bbf2c7d3301dd00691f1c04327.zip
Ok, the c++filt test is now in there, I think it's already useful, we'll have
to see what happens. If this works out the filters will become a fixture either later in M2 or early in M3
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 )