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/tset Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/3480c9fa84da
branches:  netbsd-1-4
changeset: 471148:3480c9fa84da
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 18:08:01 2000 +0000

description:
Apply patch (requested by he):
  Fix error in previous patch.

diffstat:

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

diffs (27 lines):

diff -r 10d35e35b2f9 -r 3480c9fa84da usr.bin/tset/tset.c
--- a/usr.bin/tset/tset.c       Thu Oct 19 17:58:24 2000 +0000
+++ b/usr.bin/tset/tset.c       Thu Oct 19 18:08:01 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tset.c,v 1.8.2.2 2000/10/19 16:28:47 he Exp $  */
+/*     $NetBSD: tset.c,v 1.8.2.3 2000/10/19 18:08:01 he Exp $  */
 
 /*-
  * Copyright (c) 1980, 1991, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)tset.c     8.1 (Berkeley) 6/9/93";
 #endif
-__RCSID("$NetBSD: tset.c,v 1.8.2.2 2000/10/19 16:28:47 he Exp $");
+__RCSID("$NetBSD: tset.c,v 1.8.2.3 2000/10/19 18:08:01 he Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -238,7 +238,7 @@
                        q = ";\nTERMCAP='";
                        t = "';\nexport TERMCAP TERM;\n";
                }
-               (void)printf("%s%s%s, p, ttype, q);
+               (void)printf("%s%s%s", p, ttype, q);
                wrtermcap(tcapbuf);
                (void)printf("%s", t);
        }



Home | Main Index | Thread Index | Old Index