1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-im/licq-osd/files/patch-aa
Volker Stolz 8728e40bd9 - Unbreak licq-osd: Update to 1.3.0 from main licq-distribution
and use already available infrastructure from net/licq
- Reset maintainer

PR:		ports/78559
Approved by:	maintainer
2005-04-07 14:55:46 +00:00

12 lines
382 B
Plaintext

--- src/licq-osd.cpp.orig Tue Aug 17 20:02:35 2004
+++ src/licq-osd.cpp Mon Mar 7 18:42:53 2005
@@ -804,7 +804,7 @@
while ((fromsize>0) && (tosize>0))
{
- if ((int)iconv(conv, (char **)&msgptr, &fromsize, &resptr, &tosize)==-1)
+ if ((int)iconv(conv, (const char**)(&msgptr), &fromsize, &resptr, &tosize)==-1)
{
// array is not enough
if (errno == E2BIG)