From 4ab66ad1b7cef35c5d3342df55adaa4ee8893080 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 17 Jun 2004 15:32:34 +0000 Subject: check in configure script if iconv() needs CONST git-svn-id: https://svn.musicpd.org/mpd/trunk@1523 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/charConv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charConv.c') diff --git a/src/charConv.c b/src/charConv.c index 354a8aba7..52c14987b 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -83,7 +83,7 @@ int setCharSetConversion(char * to, char * from) { return -1; } -char * convStrDup(char * string) { +char * convStrDup(ICONV_CONST char * string) { if(!char_conv_to) return NULL; if(char_conv_same) return strdup(string); -- cgit v1.2.3