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++;
        }


Reply via email to