4a2afaa908
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
12 lines
373 B
Plaintext
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)
|