Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 60160ae211b1cb2f55ef3288c39cf568 > files > 5

patch-2.7.6-1.1.mga6.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)
     {