]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
Warning fix.
[wxWidgets.git] / src / common / zstream.cpp
index ab71f710f80497dd2855b88551a6d357639fb6f2..0b4878cf9182594e327361b924a7d775f6e8af01 100644 (file)
@@ -284,8 +284,8 @@ size_t wxZlibOutputStream::OnSysWrite(const void *buffer, size_t size)
 
   if (!m_deflate || !m_z_buffer)
   {
+    // notice that this will make IsOk() test just below return false
     m_lasterror = wxSTREAM_WRITE_ERROR;
-    return 0;
   }
 
   if (!IsOk() || !size)