]> git.saurik.com Git - wxWidgets.git/commit
Check wxDir::GetNext() return value in wxFindNextFile().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:25 +0000 (00:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Dec 2012 00:37:25 +0000 (00:37 +0000)
commitbd9fd76ec723d6860832221e55e96759573c928b
tree518f01b7bfece7b2e9a1cdd2b3e7f5feaee40d69
parente0e4b2b0e95c737ac7de5d10cf701ad74e34a124
Check wxDir::GetNext() return value in wxFindNextFile().

This doesn't really change anything as the returned value would be empty
anyhow in case of an error, but suppresses Coverity warning about not checking
the return value of a function whose return value is checked in other places.

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