1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

tweak pos

This commit is contained in:
Kenichi Ishigaki 2012-04-27 14:18:38 +00:00
parent 31eb5bf760
commit d19cc469d8

View file

@ -179,7 +179,7 @@ sqlite_is_number(pTHX_ const char *v, int sql_type)
char format[10];
if (sql_type != SQLITE_NULL) {
while (*z == ' ') { z++; v++; }
while (*z == ' ') { z++; v++; d++; }
}
if (*z == '-') { neg = 1; z++; d++; }