From 6ecc85d1ea8074bc2cae7be09c629b46adf387ae Mon Sep 17 00:00:00 2001 From: kan Date: Wed, 28 Jul 2004 05:37:18 +0000 Subject: Add missing () to function invocation. --- contrib/telnet/telnetd/termstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/telnet/telnetd/termstat.c b/contrib/telnet/telnetd/termstat.c index 36f5997..8842520 100644 --- a/contrib/telnet/telnetd/termstat.c +++ b/contrib/telnet/telnetd/termstat.c @@ -439,7 +439,7 @@ clientstat(int code, int parm1, int parm2) useeditmode = 0; if (tty_isediting()) useeditmode |= MODE_EDIT; - if (tty_istrapsig) + if (tty_istrapsig()) useeditmode |= MODE_TRAPSIG; if (tty_issofttab()) useeditmode |= MODE_SOFT_TAB; -- cgit v1.1