common/conv.c: fix segmentation fault during conversion on 64bit machines
commit5cea8aab3d05e48942ea2bf7a9ae81a1216083b4
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 30 Dec 2009 07:36:11 +0000 (30 08:36 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jan 2010 15:34:12 +0000 (1 16:34 +0100)
tree2a73128422a9ffaabc52f2891ce8754bec9b0fa1
parent83b7e5e78c5db58549b556b1911e763836121bac
common/conv.c: fix segmentation fault during conversion on 64bit machines

The second argument of iconv is of type size_t * and not of type int *.
common/conv.c