Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37820988
en ru br
ALT Linux repos
S:2.7.6.0.27.7623-alt1
5.0: 2.5.9-alt3
4.1: 2.5.9-alt3
4.0: 2.5.9-alt3
3.0: 2.5.4-ipl10mdk

Group :: Text tools
RPM: patch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: patch-2.5.9-rh-stderr.patch
Download


--- patch-2.5.9/util.c.orig	2003-05-20 14:04:53 +0000
+++ patch-2.5.9/util.c	2005-10-25 22:54:21 +0000
@@ -567,6 +567,7 @@ ask (char const *format, ...)
   int r;
   va_list args;
 
+  fflush (stderr);	/* Ensure pending errors are written before the question */
   va_start (args, format);
   vfprintf (stdout, format, args);
   va_end (args);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin