From 476a36cd584de6bdda5bd4dab4fb77e7dc681b11 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Tue, 12 Oct 2004 20:06:38 +0000 Subject: * src/win32/: Updated (thanks to Sergei Golovan) * src/msgs/es.msg: Updated (thanks to Badlop) * src/mod_irc/iconv_erl.c: Bugfix (thanks to Jacek Konieczny) SVN Revision: 282 --- src/mod_irc/iconv_erl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_irc') diff --git a/src/mod_irc/iconv_erl.c b/src/mod_irc/iconv_erl.c index 5e986c016..85b898bb3 100644 --- a/src/mod_irc/iconv_erl.c +++ b/src/mod_irc/iconv_erl.c @@ -37,7 +37,7 @@ static int iconv_erl_control(ErlDrvData drv_data, int size; int index = 0; int avail; - int inleft, outleft; + size_t inleft, outleft; ErlDrvBinary *b; char *from, *to, *string, *stmp, *rstring, *rtmp; iconv_t cd; -- cgit v1.2.3