Fix a typo (missed &&).
Submitted by: marcus
This commit is contained in:
parent
28ec30cd9f
commit
0fd652782b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user