Try this patch.
Wietse
*** ./dict_sqlite.c- Fri Jan 13 17:24:39 2012
--- ./dict_sqlite.c Fri Jan 27 14:45:59 2012
***************
*** 109,115 ****
/* Fix 20100616 */
if (quoted_text == 0)
msg_fatal("dict_sqlite_quote: out of memory");
! vstring_strcat(result, raw_text);
sqlite3_free(quoted_text);
}
--- 109,115 ----
/* Fix 20100616 */
if (quoted_text == 0)
msg_fatal("dict_sqlite_quote: out of memory");
! vstring_strcat(result, quoted_text);
sqlite3_free(quoted_text);
}
