Improve error message for incorrect number inputs in libecpg.

pull/31/head^2
Michael Meskes 8 years ago
parent f987f83de2
commit 7164991caf
  1. 1
      src/interfaces/ecpg/ecpglib/data.c

@ -58,7 +58,6 @@ garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa
do {
(*scan_length)++;
} while (isdigit(**scan_length));
return false;
}
if (**scan_length != ' ' && **scan_length != '\0')

Loading…
Cancel
Save