Skip to content
Snippets Groups Projects
Commit c63568b0 authored by Michael Meskes's avatar Michael Meskes
Browse files

Improve error message for incorrect number inputs in libecpg.

parent ee46980a
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,6 @@ garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa ...@@ -58,7 +58,6 @@ garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa
do { do {
(*scan_length)++; (*scan_length)++;
} while (isdigit(**scan_length)); } while (isdigit(**scan_length));
return false;
} }
if (**scan_length != ' ' && **scan_length != '\0') if (**scan_length != ' ' && **scan_length != '\0')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment