diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-02-15 16:57:26 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-02-15 16:57:26 +0000 |
commit | ed3a19e6ea23789670b703fa0fe202ef4dd3df0a (patch) | |
tree | 53b2bc101a09aca42901ff66feb3513029701398 /net-im/gnomeicu2/files | |
parent | 39bfe2bff587c2e671ef685cf1519733478b4f10 (diff) | |
download | ports-ed3a19e6ea23789670b703fa0fe202ef4dd3df0a.tar.gz ports-ed3a19e6ea23789670b703fa0fe202ef4dd3df0a.zip |
Notes
Diffstat (limited to 'net-im/gnomeicu2/files')
-rw-r--r-- | net-im/gnomeicu2/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gnomeicu2/files/patch-ad b/net-im/gnomeicu2/files/patch-ad deleted file mode 100644 index 416be7ad9346..000000000000 --- a/net-im/gnomeicu2/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"); |