]> git.pld-linux.org Git - packages/libgda.git/blame - libgda-sqlite.patch
This commit was manufactured by cvs2git to create branch 'gda-1_2'.
[packages/libgda.git] / libgda-sqlite.patch
CommitLineData
dc772a6d 1diff -urN libgda-1.2.2.orig/providers/sqlite/gda-sqlite-provider.c libgda-1.2.2/providers/sqlite/gda-sqlite-provider.c
2--- libgda-1.2.2.orig/providers/sqlite/gda-sqlite-provider.c 2005-09-07 15:50:16.000000000 -0300
3+++ libgda-1.2.2/providers/sqlite/gda-sqlite-provider.c 2005-10-08 22:03:08.000000000 -0300
4@@ -261,7 +261,7 @@
5
6 while ((next = (const gchar *) strchr (next, ';')) != NULL) {
7 gchar *tmp = g_strndup (remainder, next - remainder + 1);
8- if (sqlite_complete (tmp)) {
9+ if (sqlite3_complete (tmp)) {
10 string_list = g_slist_prepend (string_list, tmp);
11 n++;
12 remainder = (const gchar *) (next + 1);
This page took 0.024552 seconds and 4 git commands to generate.