Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 70d998a7d968a061eb284f19819b45a1 > files > 3

patch-2.7.5-1.mga5.src.rpm

--- ./src/util.c.tv	2002-10-31 13:19:41.000000000 +0100
+++ ./src/util.c	2002-10-31 13:20:45.000000000 +0100
@@ -568,6 +568,7 @@
   vfprintf (stdout, format, args);
   va_end (args);
   fflush (stdout);
+  fflush(stderr);	/* Ensure pending errors are written before the question */
 
   if (ttyfd == -2)
     {