]> git.saurik.com Git - wxWidgets.git/commit
Corrected wxFileSystemHandler::GetRightLocation for the case
authorJulian Smart <julian@anthemion.co.uk>
Sun, 28 Mar 2004 13:52:42 +0000 (13:52 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 28 Mar 2004 13:52:42 +0000 (13:52 +0000)
commit8b0d53975d0d1c973b5392e035974cb37975a138
tree8d2a08d67777912fa46206a11959aa356b398ed1
parent3a5bcc4db0851bf8cd3063917511b0b17c7f9679
Corrected wxFileSystemHandler::GetRightLocation for the case
where a DOS drive is specified. Otherwise, the value
returned for e.g. file://c:\temp\thing.txt is \temp\thing.txt,
because the test for twos colon doesn't handle this case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filesys.cpp