summaryrefslogtreecommitdiff
path: root/net/gnomeicu2/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomeicu2/files/patch-ad')
-rw-r--r--net/gnomeicu2/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gnomeicu2/files/patch-ad b/net/gnomeicu2/files/patch-ad
new file mode 100644
index 000000000000..416be7ad9346
--- /dev/null
+++ b/net/gnomeicu2/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
++++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
+@@ -117,7 +117,7 @@
+ return strdup(str);
+ }
+ gchar *
+-kanji_conv(gchar *str, gint from_code, gint to_code)
++kanji_conv(gchar **str, gint from_code, gint to_code)
+ {
+ #ifdef TRACE_FUNCTION
+ printf("kanji_conv, did nothing.\n");