We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049dab0 commit 6cf68e2Copy full SHA for 6cf68e2
src/interfaces/ecpg/ecpglib/data.c
@@ -60,7 +60,6 @@ garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa
60
do {
61
(*scan_length)++;
62
} while (isdigit(**scan_length));
63
- return false;
64
}
65
66
if (**scan_length != ' ' && **scan_length != '\0')
0 commit comments