return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Sep 2008 13:47:41 +0000 (13:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Sep 2008 13:47:41 +0000 (13:47 +0000)
commitd86901f9f44e856204902734a5cf225a21113925
treee41d726f52b985355022d7438c1636606db8a7b3
parent7ce2fb71397346ceaba2ea49b73df72c3cdcafb4
return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

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