freebsd-ports/net-im/licq-osd/files/patch-aa
Dirk Meyer 4a2afaa908 This is a small licq-plugin, which uses libxosd2 to display new arriving
messages as OSD (On Screen Display) text on your desktop.  I wrote this, as I
saw this feature in sim and wanted to have the same functionality in licq.

PR:		54537
Submitted by:	nm@web.am
2003-07-26 18:32:34 +00:00

12 lines
373 B
Plaintext

--- 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)