warnings fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,7 +160,7 @@ wxInternetFSHandler::~wxInternetFSHandler()
|
||||
wxInetCacheNode *n2;
|
||||
|
||||
m_Cache.BeginFind();
|
||||
while ((n = m_Cache.Next()))
|
||||
while ((n = m_Cache.Next()) != 0)
|
||||
{
|
||||
n2 = (wxInetCacheNode*) n->GetData();
|
||||
wxRemoveFile(n2->GetTemp());
|
||||
|
||||
Reference in New Issue
Block a user