summaryrefslogtreecommitdiff
path: root/www/kazehakase/files/patch-src::main.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/kazehakase/files/patch-src::main.c')
-rw-r--r--www/kazehakase/files/patch-src::main.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/kazehakase/files/patch-src::main.c b/www/kazehakase/files/patch-src::main.c
new file mode 100644
index 000000000000..94418ff78917
--- /dev/null
+++ b/www/kazehakase/files/patch-src::main.c
@@ -0,0 +1,19 @@
+--- src/main.c.orig Sat Aug 28 00:28:30 2004
++++ src/main.c Sat Aug 28 00:28:47 2004
+@@ -318,6 +318,7 @@
+ GList *list = kz_window_get_window_list();
+ KzWindow *kz;
+ gchar **argv;
++ gchar *uri;
+ gint i;
+
+ if (!list || !list->data || !KZ_IS_WINDOW(list->data)) return;
+@@ -338,7 +339,7 @@
+ continue;
+ }
+
+- gchar *uri = complement_scheme(argv[i]);
++ uri = complement_scheme(argv[i]);
+ kz_window_open_new_tab(kz, uri);
+ g_free(uri);
+ }