summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches/patch-ab
blob: 6e2176a54be3ae7a5b64dc6189b40b746fb3083b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.4 2002/03/27 22:44:29 kleink Exp $

--- scmxx.c.orig	Wed Mar 27 22:34:03 2002
+++ scmxx.c	Wed Mar 27 23:40:15 2002
@@ -345,8 +345,7 @@
     va_list arg_list;
     va_start(arg_list,output);
     if (verbose_level<=SET_VERBOSE) {
-        vfprintf(stdout,output,arg_list);
+        vfprintf(stderr,output,arg_list);
     }
     va_end(arg_list);
-    fflush(stdout);
 }