summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-22 23:22:30 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-22 23:22:30 +0000
commit5461fbd6ccf29b092900bcecd3a30c4c6c201e02 (patch)
tree2a445683a0b52e9e4c0c4eac8f92576d5b428cad /lib/common
parent2528fa9f1ae3bc50dfb060c088250244a7334567 (diff)
Flush stdout when writing to it (refs #3)
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Test.h1
1 files changed, 1 insertions, 0 deletions
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