This is the corrected patch: --- sqlite/dbsqlite.c 2005/02/18 21:33:25 1.2 +++ sqlite/dbsqlite.c 2005/02/18 22:03:47 @@ -172,8 +172,8 @@ { unsigned long did = 0; while (length > 0) { - if (*from == '\'') *to++ = *from; - *to++ = *from; + if (*from == '\'') *to++ = *from; + *to++ = *from++; length--; did++; }
- [Dbmail-dev] create_tables_sqlite file Geo Carncross
- Re: [Dbmail-dev] create_tables_sqlite file Paul J Stevens
- Re: [Dbmail-dev] create_tables_sqlite file Geo Carncross
- Re: [Dbmail-dev] create_tables_sqlite file --c... Geo Carncross