Loading util/cutils.c +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ int parse_uint(const char *s, unsigned long long *value, char **endptr, } /* make sure we reject negative numbers: */ while (isspace((unsigned char)*s)) { while (qemu_isspace(*s)) { s++; } if (*s == '-') { Loading Loading
util/cutils.c +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ int parse_uint(const char *s, unsigned long long *value, char **endptr, } /* make sure we reject negative numbers: */ while (isspace((unsigned char)*s)) { while (qemu_isspace(*s)) { s++; } if (*s == '-') { Loading