mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Fix a typo (missed &&).
Submitted by: marcus
This commit is contained in:
parent
28ec30cd9f
commit
0fd652782b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109555
@ -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