]> git.pld-linux.org Git - packages/patch.git/blob - patch-stderr.patch
- run test suite
[packages/patch.git] / patch-stderr.patch
1 --- patch-2.5.9/util.c.orig     2003-05-20 16:04:53.000000000 +0200
2 +++ patch-2.5.9/util.c  2003-06-29 20:41:46.000000000 +0200
3 @@ -567,6 +567,8 @@
4    int r;
5    va_list args;
6  
7 +  fflush(stderr);      /* Ensure pending errors are written before the question */
8 +
9    va_start (args, format);
10    vfprintf (stdout, format, args);
11    va_end (args);
This page took 0.071314 seconds and 3 git commands to generate.