summaryrefslogtreecommitdiff
path: root/net/samba32/files/patch-lib__iconv.c
blob: 8e62d60933aee5d76fb572a8ad27e55ebea01ff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/iconv.c.orig	2008-12-19 13:57:33.000000000 +0000
+++ ./lib/iconv.c	2009-01-06 17:10:53.000000000 +0000
@@ -136,7 +136,7 @@
 			char **outbuf, size_t *outbytesleft)
 {
 	size_t ret = iconv((iconv_t)cd, 
-			   (char **)inbuf, inbytesleft, 
+			   inbuf, inbytesleft, 
 			   outbuf, outbytesleft);
 	if (ret == (size_t)-1) {
 		int saved_errno = errno;