summaryrefslogtreecommitdiff
path: root/net/samba32/files/patch-lib__iconv.c
blob: a08c2744f60c816098d2326114d00e5c58c111af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/iconv.c.orig	2008-09-18 06:49:02.000000000 +0000
+++ ./lib/iconv.c	2008-10-10 00:42:10.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;