]> git.saurik.com Git - wxWidgets.git/commit - src/common/filename.cpp
Fix testing for existence of paths with trailing separators in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:48:09 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:48:09 +0000 (23:48 +0000)
commit9696657f22ee2f10017c0bc305ae1843ee8fe768
tree9a5cf40b098db0dcb7b09c390a42be1abc7fb7b8
parent603e7f6d0ce0cb64b65f2401b0cdf0616f74e3e7
Fix testing for existence of paths with trailing separators in wxMSW.

We removed the trailing separators, that prevented GetFileAttributes() from
working correctly, from the path but then didn't pass the modified path to it
but the original one. Fix this and do use the updated path.

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