wxwidgets_uri.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. --- src/common/uri.cpp.orig 2005-08-13 02:24:13.000000000 +0200
  2. +++ src/common/uri.cpp 2006-05-14 10:49:14.000000000 +0200
  3. @@ -886,8 +886,8 @@
  4.                      op += 3;
  5.              }
  6.  
  7. -            m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
  8. -                    m_path.substr((op - m_path.c_str()), m_path.Length());
  9. +            m_path = (wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
  10. +                    (wxString)m_path.substr((op - m_path.c_str()), m_path.Length());
  11.          }
  12.      }
  13.