]> git.saurik.com Git - wxWidgets.git/commit
Don't give error message for non-existent paths in wxFileSystemWatcher.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:40 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:40 +0000 (12:11 +0000)
commitc35c7df103c0af298785dd06ad08bad8a8dad479
tree355881b4855161adb270109b1d989d5c258ecf41
parent4efbeff4a5aefd3fd7f482a5ff4b3bd74a25b685
Don't give error message for non-existent paths in wxFileSystemWatcher.

The file we're trying to watch might have been just deleted, this is an
unavoidable (and not only in theory but also in practice when watching busy
directories) race condition so don't give an error message if this does happen
but simply return false from Add().

Closes #15051.

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