Fix a typo (missed &&).

Submitted by:	marcus
This commit is contained in:
Maxim Sobolev 2003-01-20 10:33:35 +00:00
parent 28ec30cd9f
commit 0fd652782b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109555

View File

@ -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);