Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/patch Pull up revision 1.8 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/178f67de304f
branches: netbsd-1-4
changeset: 471084:178f67de304f
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 16:32:19 2000 +0000
description:
Pull up revision 1.8 (requested by he):
Format string cleanup.
diffstat:
usr.bin/patch/util.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 3ca920124107 -r 178f67de304f usr.bin/patch/util.c
--- a/usr.bin/patch/util.c Thu Oct 19 16:32:17 2000 +0000
+++ b/usr.bin/patch/util.c Thu Oct 19 16:32:19 2000 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: util.c,v 1.7 1999/02/09 05:15:45 sommerfe Exp $ */
+/* $NetBSD: util.c,v 1.7.2.1 2000/10/19 16:32:19 he Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: util.c,v 1.7 1999/02/09 05:15:45 sommerfe Exp $");
+__RCSID("$NetBSD: util.c,v 1.7.2.1 2000/10/19 16:32:19 he Exp $");
#endif /* not lint */
#include "EXTERN.h"
@@ -335,7 +335,7 @@
else
buf[r] = '\0';
if (!tty2)
- say1(buf);
+ say2("%s",buf);
}
#endif /* lint */
Home |
Main Index |
Thread Index |
Old Index