diff options
Diffstat (limited to 'net-im/gale/files/patch-iconvtest.c')
-rw-r--r-- | net-im/gale/files/patch-iconvtest.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gale/files/patch-iconvtest.c b/net-im/gale/files/patch-iconvtest.c deleted file mode 100644 index 7135ac2b2d22..000000000000 --- a/net-im/gale/files/patch-iconvtest.c +++ /dev/null @@ -1,11 +0,0 @@ ---- iconvtest.c.orig 2000-11-18 06:38:47 UTC -+++ iconvtest.c -@@ -27,7 +27,7 @@ int main() { - || utf[0] != 0x7f - || utf[1] != 0xdf || utf[2] != 0xbf - || utf[3] != 0xef || utf[4] != 0xbf || utf[5] != 0xbf) exit(1); -- inbuf = utf; inbytes = 6; -+ inbuf = (char *) utf; inbytes = 6; - outbuf = (char *) wch; outbytes = sizeof(wch); - if (0 != iconv(from,&inbuf,&inbytes,&outbuf,&outbytes) - || 0 != inbytes || (sizeof(wch) - 3*sizeof(wchar_t)) != outbytes |