]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_zip.cpp
implementation changes to closer follow MSW, crashes fixed
[wxWidgets.git] / src / common / fs_zip.cpp
index f3e807d87c7d590cac1a80c4cd69135a25e5b9da..bb449aab85aaf358a9afbdba6819ba4769eddad6 100644 (file)
@@ -208,7 +208,7 @@ wxString wxZipFSHandler::DoFind()
                 wxLongToLongHashMap::iterator it = m_DirsFound->find(key);
                 if (it == m_DirsFound->end())
                 {
-                    m_DirsFound[key] = 1;
+                    (*m_DirsFound)[key] = 1;
                     filename = dir.AfterLast(wxT('/'));
                     dir = dir.BeforeLast(wxT('/'));
                     if (!filename.IsEmpty() && m_BaseDir == dir &&