]> git.saurik.com Git - wxWidgets.git/commit
Don't change file access time implicitly when setting it explicitly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Nov 2009 00:01:25 +0000 (00:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Nov 2009 00:01:25 +0000 (00:01 +0000)
commitf3c74c8df932f5cc610e836811086dfd91d29fc9
tree297062e04af0907fd49916a24cff8118353bd336
parenta12bd55b0d412d2a557dc66f1a4aba1138471ee4
Don't change file access time implicitly when setting it explicitly.

wxFileHandle helper class used in wxFileName::SetTimes() under MSW modified
the file access time by setting it to the current time because it opened the
file in a wrong mode.

Closes #10567.

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