Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh NFC - DEBUG mode change only - add some sanity to a d...



details:   https://anonhg.NetBSD.org/src/rev/94248263b8c9
branches:  trunk
changeset: 826177:94248263b8c9
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Aug 19 21:13:11 2017 +0000

description:
NFC - DEBUG mode change only - add some sanity to a debug printf format string

diffstat:

 bin/sh/input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b79d3ed776b8 -r 94248263b8c9 bin/sh/input.c
--- a/bin/sh/input.c    Sat Aug 19 18:36:31 2017 +0000
+++ b/bin/sh/input.c    Sat Aug 19 21:13:11 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: input.c,v 1.61 2017/08/05 11:33:05 kre Exp $   */
+/*     $NetBSD: input.c,v 1.62 2017/08/19 21:13:11 kre Exp $   */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)input.c    8.3 (Berkeley) 6/9/95";
 #else
-__RCSID("$NetBSD: input.c,v 1.61 2017/08/05 11:33:05 kre Exp $");
+__RCSID("$NetBSD: input.c,v 1.62 2017/08/19 21:13:11 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -508,7 +508,7 @@
        plinno = line1;
 
        CTRACE(DBG_INPUT,
-           ("setinputstring(\"%.20s%s\" (%d), %push, @ %d)\n", string,
+           ("setinputstring(\"%.20s%s\" (%d), %spush, @ %d)\n", string,
            (parsenleft > 20 ? "..." : ""), parsenleft, push?"":"no", line1));
        INTON;
 }



Home | Main Index | Thread Index | Old Index