diff options
Diffstat (limited to 'net-im/licq-osd/files/patch-aa')
-rw-r--r-- | net-im/licq-osd/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/licq-osd/files/patch-aa b/net-im/licq-osd/files/patch-aa deleted file mode 100644 index 54ada992cfac..000000000000 --- a/net-im/licq-osd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq-osd.cpp.orig Wed Jul 16 13:00:53 2003 -+++ src/licq-osd.cpp Wed Jul 16 12:55:10 2003 -@@ -675,7 +675,7 @@ - - while ((fromsize>0) && (tosize>0)) - { -- if ((int)iconv(conv, &msgptr, &fromsize, &resptr, &tosize)==-1) -+ if ((int)iconv(conv, (const char**)(&msgptr), &fromsize, &resptr, &tosize)==-1) - { - // array is not enough - if (errno == E2BIG) |