ExpandEnvVars was eating backslashes - no more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -214,10 +214,6 @@ wxString ExpandEnvVars(const wxString& str)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '\\':
|
|
||||||
n++;
|
|
||||||
// fall through
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
strResult += str[n];
|
strResult += str[n];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user