[Box Backup-commit] COMMIT r1432 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Mar 22 23:38:47 GMT 2007


Author: chris
Date: 2007-03-22 23:38:47 +0000 (Thu, 22 Mar 2007)
New Revision: 1432

Modified:
   box/chris/general/lib/common/Test.h
Log:
Flush stdout when necessary.


Modified: box/chris/general/lib/common/Test.h
===================================================================
--- box/chris/general/lib/common/Test.h	2007-03-22 23:36:12 UTC (rev 1431)
+++ box/chris/general/lib/common/Test.h	2007-03-22 23:38:47 UTC (rev 1432)
@@ -397,6 +397,7 @@
 		fflush(stdout);
 	}
 	printf("\n");
+	fflush(stdout);
 }
 
 #endif // TEST__H




More information about the Boxbackup-commit mailing list