From 7535020871412ebca856c0bde243555b7a48b647 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 17 Jan 2004 04:15:23 +0000 Subject: Update to 1.0.3. --- databases/libgda3/files/patch-libgda::gda-command.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 databases/libgda3/files/patch-libgda::gda-command.c (limited to 'databases/libgda3/files/patch-libgda::gda-command.c') 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, -- cgit v1.2.3