Re: gwlib/charset patch
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
nope, it doesn't fix it for all, just for OSX and Solaris. Here is linux
version:
size_t iconv(iconv_t cd,
char **inbuf, size_t *inbytesleft,
char **outbuf, size_t *outbytesleft);
Thanks,
Alex
Nikos Balkanas schrieb:
> Hi,
>
> Just a simple patch to get rid of that pesky iconv compiler warning.
> Couldn't stand it any more :-)
>
> Enjoy,
> Nikos