]> git.saurik.com Git - wxWidgets.git/commit - src/msw/listctrl.cpp
Don't assert if starting search position in LVN_ODFINDITEM is invalid.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Mar 2011 09:28:34 +0000 (09:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Mar 2011 09:28:34 +0000 (09:28 +0000)
commitaab1681669d895adc4dd110e902ea1a71387bb6f
tree9442d41f4dd866dcf391574f9fc69073279ff729
parentf382836f40a2045de8b36d6d1a851edbe774a975
Don't assert if starting search position in LVN_ODFINDITEM is invalid.

Just use wxLogDebug() if this happens, asserting here is not the right thing
to do as it doesn't indicate an error in the program but rather invalid
external input and, moreover, we can recover from it easily.

No changes in behaviour in normal case.

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