From e992a71800cd41bbf2c7d3301dd00691f1c04327 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 1 Jul 2007 16:36:20 +0000 Subject: 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 --- src/viewerpercent.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/viewerpercent.cpp') 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 void ViewerPercent::endCommand() { printf("\n"); + fflush(stdout); } void ViewerPercent::beginPerforms( int nCount ) -- cgit v1.2.3