[Ocfs2-tools-commits] zab commits r380 - trunk/fsck.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Nov 9 14:01:20 CST 2004


Author: zab
Date: 2004-11-09 14:01:18 -0600 (Tue, 09 Nov 2004)
New Revision: 380

Modified:
   trunk/fsck.ocfs2/problem.c
Log:
o whoopsy daisy, prompt() really does want to flush


Modified: trunk/fsck.ocfs2/problem.c
===================================================================
--- trunk/fsck.ocfs2/problem.c	2004-11-09 19:50:02 UTC (rev 379)
+++ trunk/fsck.ocfs2/problem.c	2004-11-09 20:01:18 UTC (rev 380)
@@ -138,6 +138,7 @@
 		else
 			target -= (i % width);
 	}
+	fflush(stdout);
 }
 
 /* 



More information about the Ocfs2-tools-commits mailing list