]> git.saurik.com Git - wxWidgets.git/commit - tests/filename/filenametest.cpp
don't replace . and .. with the corresponding directoties names in GetLongPath()...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 15:15:32 +0000 (15:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 15:15:32 +0000 (15:15 +0000)
commitea6319cb38d7034862532066724e77b93f65be1a
tree4fc9d62b26e3676ac579842d438ed82d66e8583e
parent8a493b67ac549ba1ffdfcbc4ed68c99917fe8fef
don't replace . and .. with the corresponding directoties names in GetLongPath() as this breaks the normalization of file names without wxPATH_NORM_DOTS flag (#9814)

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