clinkcc_osx.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- diff -ru clinkcc.orig/src/cybergarage/xml/XML.cpp clinkcc/src/cybergarage/xml/XML.cpp
- --- clinkcc.orig/src/cybergarage/xml/XML.cpp 2005-11-14 18:11:07.000000000 +0100
- +++ clinkcc/src/cybergarage/xml/XML.cpp 2005-11-14 18:12:27.000000000 +0100
- @@ -117,7 +117,7 @@
- }
- utf8str[outLen] = ' ';
- return utf8str;
- -#elif defined(HAVE_ICONV) || defined(HAVE_ICONV_H)
- +/*#elif defined(HAVE_ICONV) || defined(HAVE_ICONV_H)
- iconvMutex.lock();
- char *cpbuf = strdup(str);
- @@ -166,7 +166,7 @@
- free(cpbuf);
- iconvMutex.unlock();
- - return unistr;
- + return unistr;*/
- #else
- outLen = strlen(str);
- UnicodeStr *utf8str = new UnicodeStr[outLen+1];