diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 04:15:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 04:15:23 +0000 |
commit | 7535020871412ebca856c0bde243555b7a48b647 (patch) | |
tree | 31d116cab018d734b2cc634657dac8915051b37f /databases/libgda3/files/patch-libgda::gda-command.c | |
parent | - Fix typo (diff) |
Update to 1.0.3.
Notes
Notes:
svn path=/head/; revision=98367
Diffstat (limited to 'databases/libgda3/files/patch-libgda::gda-command.c')
-rw-r--r-- | databases/libgda3/files/patch-libgda::gda-command.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/libgda3/files/patch-libgda::gda-command.c b/databases/libgda3/files/patch-libgda::gda-command.c deleted file mode 100644 index 55b4d468e563..000000000000 --- a/databases/libgda3/files/patch-libgda::gda-command.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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, |