summaryrefslogtreecommitdiff
path: root/net/gnomeicu/gnomeicu/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomeicu/gnomeicu/files/patch-ad')
-rw-r--r--net/gnomeicu/gnomeicu/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gnomeicu/gnomeicu/files/patch-ad b/net/gnomeicu/gnomeicu/files/patch-ad
deleted file mode 100644
index 416be7ad9346..000000000000
--- a/net/gnomeicu/gnomeicu/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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");