]> git.pld-linux.org Git - packages/ejabberd.git/blob - ejabberd-64bit_fix.patch
- updated for ejabberd-1.0.0
[packages/ejabberd.git] / ejabberd-64bit_fix.patch
1 --- ejabberd-0.7.5.orig/src/mod_irc/iconv_erl.c 2004-04-15 21:55:37.000000000 +0200
2 +++ ejabberd-0.7.5/src/mod_irc/iconv_erl.c      2004-10-10 23:53:51.012438949 +0200
3 @@ -37,7 +37,7 @@
4     int size;
5     int index = 0;
6     int avail;
7 -   int inleft, outleft;
8 +   size_t inleft, outleft;
9     ErlDrvBinary *b;
10     char *from, *to, *string, *stmp, *rstring, *rtmp;
11     iconv_t cd;
This page took 0.021901 seconds and 3 git commands to generate.