aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-tools/files/patch-src_network_location.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-system-tools/files/patch-src_network_location.c')
-rw-r--r--sysutils/gnome-system-tools/files/patch-src_network_location.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-src_network_location.c b/sysutils/gnome-system-tools/files/patch-src_network_location.c
new file mode 100644
index 000000000000..e2577a6a49e0
--- /dev/null
+++ b/sysutils/gnome-system-tools/files/patch-src_network_location.c
@@ -0,0 +1,11 @@
+--- src/network/location.c.orig Thu Dec 23 13:16:33 2004
++++ src/network/location.c Thu Dec 23 13:16:40 2004
+@@ -687,7 +687,7 @@
+ static void
+ copy_tag_list (xmlNodePtr source, xmlNodePtr dest, const gchar *list[])
+ {
+- gchar **string = (gchar **) list;;
++ gchar **string = (gchar **) list;
+ gchar *value;
+
+ while (*string)