From 5461fbd6ccf29b092900bcecd3a30c4c6c201e02 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 22 Mar 2007 23:22:30 +0000 Subject: Flush stdout when writing to it (refs #3) --- lib/common/Test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/Test.h b/lib/common/Test.h index 3b7b28e4..746684df 100644 --- a/lib/common/Test.h +++ b/lib/common/Test.h @@ -397,6 +397,7 @@ inline void wait_for_operation(int seconds) fflush(stdout); } printf("\n"); + fflush(stdout); } #endif // TEST__H -- cgit v1.2.3