aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda3/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-01-03 20:29:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-01-03 20:29:08 +0000
commit6e7ec4e97c52e0a76587d8b8b4128da1bcb30540 (patch)
treefa2bf3607ce1dacb9df0f9a00c196fa79392fc33 /databases/libgda3/files
parentcb40b569c66219490c28ab0b77203df039088c35 (diff)
Udpate to 1.0.2.
Use %%DOCSDIR%%.
Notes
Notes: svn path=/head/; revision=97244
Diffstat (limited to 'databases/libgda3/files')
-rw-r--r--databases/libgda3/files/patch-libgda::gda-command.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/libgda3/files/patch-libgda::gda-command.c b/databases/libgda3/files/patch-libgda::gda-command.c
new file mode 100644
index 000000000000..55b4d468e563
--- /dev/null
+++ b/databases/libgda3/files/patch-libgda::gda-command.c
@@ -0,0 +1,13 @@
+--- libgda/gda-command.c.orig Mon Dec 1 14:58:32 2003
++++ libgda/gda-command.c Mon Dec 1 14:59:30 2003
+@@ -100,8 +100,9 @@
+ GdaCommand *
+ gda_command_copy (GdaCommand *cmd)
+ {
++ GdaCommand *new_cmd;
+ g_return_val_if_fail (cmd != NULL, NULL);
+- GdaCommand *new_cmd = gda_command_new (gda_command_get_text (cmd),
++ new_cmd = gda_command_new (gda_command_get_text (cmd),
+ gda_command_get_command_type (cmd),
+ gda_command_get_options (cmd));
+ gda_command_set_transaction (new_cmd,