From 0fd652782b682f93e3834c40039e1d2cf330d054 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 20 Jan 2003 10:33:35 +0000 Subject: Fix a typo (missed &&). Submitted by: marcus --- libexec/getty/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 20a5d9aafdac..aaff70ca3851 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -332,7 +332,7 @@ main(int argc, char *argv[]) } first_time = 0; - if (IM && *IM !(PL && PP)) + if (IM && *IM && !(PL && PP)) putf(IM); if (setjmp(timeout)) { cfsetispeed(&tmode, B0); -- cgit v1.3