Fix issues when char is signed.
This commit is contained in:
@@ -172,7 +172,7 @@ static int
|
||||
|
||||
*ppel = NULL;
|
||||
|
||||
while (isspace(**ppsrc)) ++*ppsrc;
|
||||
while (isspace((int) (unsigned char) **ppsrc)) ++*ppsrc;
|
||||
if (**ppsrc == '\0') return FALSE;
|
||||
|
||||
if (opnd) {
|
||||
|
||||
Reference in New Issue
Block a user