Explorar el Código

have to flush debug as well ...

Oswald Buddenhagen hace 19 años
padre
commit
2fa54425e7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/util.c

+ 1 - 0
src/util.c

@@ -41,6 +41,7 @@ debug( const char *msg, ... )
 		va_start( va, msg );
 		vprintf( msg, va );
 		va_end( va );
+		fflush( stdout );
 	}
 }