-
Couldn't load subscription status.
- Fork 54
Open
Description
Is there supposed to be a fallthrough on this line?
*endptr = s++;
switch (**endptr) {
case '-':
if (!isdigit(*s) && *s != '.') {
*endptr = s;
return JSON_BAD_NUMBER;
}
// Should I fallthrough here?
case '0':
case '1':
case '2':
case '3':
Metadata
Metadata
Assignees
Labels
No labels