commit 9a5920c0289feb2c524af7bc409429e276376e86
Author: Oswald Buddenhagen <[email protected]>
Date: Tue Jan 31 14:25:18 2006 +0000
backport: flush debug output
src/util.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/util.c b/src/util.c
index 54f4b8f..6fb43c2 100644
--- a/src/util.c
+++ b/src/util.c
@@ -41,6 +41,7 @@ debug( const char *msg, ... )
va_start( va, msg );
vprintf( msg, va );
va_end( va );
+ fflush( stdout );
}
}
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel