From d19cc469d80cdfd472e0bdc64a533b3b2fb39e74 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 27 Apr 2012 14:18:38 +0000 Subject: [PATCH] tweak pos --- dbdimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbdimp.c b/dbdimp.c index cd7403a..7354c2c 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -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++; }