Cast to unsigned char for ctype calls.
This commit is contained in:
@ -103,7 +103,7 @@ static void write_log(int logfd, const char *buffer, size_t bytes)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (! in_term || isalpha((int) *p))
|
||||
if (! in_term || isalpha((unsigned char)*p))
|
||||
in_escape = in_term = false;
|
||||
cont:
|
||||
p++;
|
||||
|
Reference in New Issue
Block a user