]> git.saurik.com Git - wxWidgets.git/commit
Correct handling of IN_Q_OVERFLOW in wxFileSystemWatcher Linux code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Nov 2012 22:02:36 +0000 (22:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Nov 2012 22:02:36 +0000 (22:02 +0000)
commit8ded8d08ab6f9b8533107776132205e661450975
tree82b8b1507729c8f6dcd1a309be8313ed872af184
parent94323b60e3582a74994eb8447f165422caf77a1c
Correct handling of IN_Q_OVERFLOW in wxFileSystemWatcher Linux code.

Don't use wd field if it's -1 which can happen for IN_Q_OVERFLOW.

See #14854.

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