actually, scratch the last change
git-svn-id: https://svn.musicpd.org/mpd/trunk@1524 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -83,7 +83,7 @@ int setCharSetConversion(char * to, char * from) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
char * convStrDup(ICONV_CONST char * string) {
|
||||
char * convStrDup(char * string) {
|
||||
if(!char_conv_to) return NULL;
|
||||
|
||||
if(char_conv_same) return strdup(string);
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
int setCharSetConversion(char * to, char * from);
|
||||
|
||||
char * convStrDup(ICONV_CONST char * string);
|
||||
char * convStrDup(char * string);
|
||||
|
||||
void closeCharSetConversion();
|
||||
|
||||
|
Reference in New Issue
Block a user