Fix bug in wxFileName::Exists("/").
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Oct 2012 23:41:08 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Oct 2012 23:41:08 +0000 (23:41 +0000)
commit1e9b3eff21f80eb00f3c5639e0ac9a02f816c9a1
treed717340a3cb3eb1c944977e4d3722d5e97bbb45d
parent88f70d8c0e7252a035da884f9123f373ba4fe3db
Fix bug in wxFileName::Exists("/").

Don't remove too many trailing slashes, the lone slash of "/" should remain.

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