diff --git a/src/libCom/calc/postfix.c b/src/libCom/calc/postfix.c index 8386bfd7d..1d6f2bfb5 100644 --- a/src/libCom/calc/postfix.c +++ b/src/libCom/calc/postfix.c @@ -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) {