wxwidgets_uri.patch

来自「uclinux 下的vlc播放器源代码」· PATCH 代码 · 共 14 行

PATCH
14
字号
--- 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());         }     } 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?