Always write end record unless one has already been written.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2008-01-03 17:09:10 +00:00
parent e60f8377be
commit dd0af4bb63
4 changed files with 18 additions and 9 deletions

View File

@@ -346,6 +346,7 @@ private:
int m_level;
wxFileOffset m_offsetAdjustment;
wxString m_Comment;
bool m_endrecWritten;
DECLARE_NO_COPY_CLASS(wxZipOutputStream)
};