From 4d891df62d1471bad2d748f26919f8e4e07d0955 Mon Sep 17 00:00:00 2001 From: bostic Date: Mon, 20 Dec 1993 18:25:50 +0000 Subject: [PATCH] typo --- common/key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/key.c b/common/key.c index 17c8640f..c69cfc2d 100644 --- a/common/key.c +++ b/common/key.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: key.c,v 8.36 1993/12/20 18:17:14 bostic Exp $ (Berkeley) $Date: 1993/12/20 18:17:14 $"; +static char sccsid[] = "$Id: key.c,v 8.37 1993/12/20 18:25:50 bostic Exp $ (Berkeley) $Date: 1993/12/20 18:25:50 $"; #endif /* not lint */ #include @@ -409,7 +409,7 @@ remap: qp = seq_find(sp, NULL, &tty->ch[tty->next], tty->cnt, if (ispartial) { if (term_read_grow(sp, tty)) return (INP_ERR); - if (rval = sp->s_key_read(sp, &nr, &t)) + if (rval = sp->s_key_read(sp, &nr, tp)) return (rval); if (nr) goto remap; -- 2.11.4.GIT