no quotes in WINDOWPORT macro invocation
This commit is contained in:
@@ -195,7 +195,7 @@ void
|
||||
sanitize_name(char *namebuf)
|
||||
{
|
||||
int c;
|
||||
boolean strip_8th_bit = (WINDOWPORT("tty")
|
||||
boolean strip_8th_bit = (WINDOWPORT(tty)
|
||||
&& !iflags.wc_eight_bit_input);
|
||||
|
||||
/* it's tempting to skip this for single-user platforms, since
|
||||
|
||||
Reference in New Issue
Block a user