]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zipstrm.cpp
use the currently active event loop instead of the main one in WakeUpIdle()
[wxWidgets.git] / src / common / zipstrm.cpp
index e353d419868d271f5a06db8e3616416144ebb062..17f698fb60bbdd44b062f85b8b49d20ae1951a53 100644 (file)
@@ -1269,7 +1269,9 @@ bool wxZipEndRec::Read(wxInputStream& stream, wxMBConv& conv)
 
     if (m_DiskNumber != 0 || m_StartDisk != 0 ||
             m_EntriesHere != m_TotalEntries)
+    {
         wxLogWarning(_("assuming this is a multi-part zip concatenated"));
+    }
 
     return true;
 }