[Box Backup-commit] COMMIT r1427 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 22 Mar 2007 23:22:30 +0000
Author: chris
Date: 2007-03-22 23:22:30 +0000 (Thu, 22 Mar 2007)
New Revision: 1427
Modified:
box/chris/merge/lib/common/Test.h
Log:
Flush stdout when writing to it (refs #3)
Modified: box/chris/merge/lib/common/Test.h
===================================================================
--- box/chris/merge/lib/common/Test.h 2007-03-22 23:21:38 UTC (rev 1426)
+++ box/chris/merge/lib/common/Test.h 2007-03-22 23:22:30 UTC (rev 1427)
@@ -397,6 +397,7 @@
fflush(stdout);
}
printf("\n");
+ fflush(stdout);
}
#endif // TEST__H