wxwidgets_uri.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- --- src/common/uri.cpp.orig 2005-08-13 02:24:13.000000000 +0200
- +++ src/common/uri.cpp 2006-05-14 10:49:14.000000000 +0200
- @@ -886,8 +886,8 @@
- op += 3;
- }
- - m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
- - m_path.substr((op - m_path.c_str()), m_path.Length());
- + m_path = (wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
- + (wxString)m_path.substr((op - m_path.c_str()), m_path.Length());
- }
- }