diff options
Diffstat (limited to 'net-im/ysm/files/patch-YSM_ToolBox.c')
-rw-r--r-- | net-im/ysm/files/patch-YSM_ToolBox.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/ysm/files/patch-YSM_ToolBox.c b/net-im/ysm/files/patch-YSM_ToolBox.c deleted file mode 100644 index 614d96b74719..000000000000 --- a/net-im/ysm/files/patch-YSM_ToolBox.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/YSM_ToolBox.c.orig Wed Nov 13 18:26:47 2002 -+++ src/YSM_ToolBox.c Wed Nov 13 18:28:38 2002 -@@ -468,7 +468,7 @@ - return 1; - } - -- bytes_res = iconv(conv_d, &inptr, -+ bytes_res = iconv(conv_d, (const char **)&inptr, - &bytes_in, &outptr, &bytes_out); - iconv_close(conv_d); - |