From 45816cf5d6cf24c8456df017d0a34a8cc22f3d2d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Tue, 22 May 2012 09:02:53 +0000 Subject: import sqlite 3.7.12 (tested by landry@) --- lib/libsqlite3/tool/mkkeywordhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libsqlite3/tool/mkkeywordhash.c') diff --git a/lib/libsqlite3/tool/mkkeywordhash.c b/lib/libsqlite3/tool/mkkeywordhash.c index 509aeef9ea0..4e5ba8f1a8d 100644 --- a/lib/libsqlite3/tool/mkkeywordhash.c +++ b/lib/libsqlite3/tool/mkkeywordhash.c @@ -360,7 +360,7 @@ int main(int argc, char **argv){ /* Fill in the lengths of strings and hashes for all entries. */ for(i=0; ilen = strlen(p->zName); + p->len = (int)strlen(p->zName); assert( p->lenzOrigName) ); strcpy(p->zOrigName, p->zName); totalLen += p->len; -- cgit v1.2.3