]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
2003-03-04 Max Bowsher <maxb@ukf.net>
authorMax Bowsher <maxb1@ukf.net>
Tue, 4 Mar 2003 21:10:44 +0000 (21:10 +0000)
committerMax Bowsher <maxb1@ukf.net>
Tue, 4 Mar 2003 21:10:44 +0000 (21:10 +0000)
* compress_gz.cc (compress_gz::construct):
Fix broken checkin dated 2002-07-03.

ChangeLog
compress_gz.cc

index 6feab07ad8fdf9d8b1e89556402eb3d86c8ebf08..03b94f8d512f64ac9e3fd2f4ed8039138c9dfda9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-04  Max Bowsher  <maxb@ukf.net>
+
+       * compress_gz.cc (compress_gz::construct):
+       Fix broken checkin dated 2002-07-03.
+
 2003-02-28  Max Bowsher  <maxb@ukf.net>
 
        * main.cc (set_default_sec): Add logging.
index 8aa199cf6f976d6ed234e1071e47c17c5a900338..69b1af62e3edaec76ce46df3231583cfc006389a 100644 (file)
@@ -63,12 +63,6 @@ compress_gz::compress_gz (io_stream * parent, const char *openmode)
 void
 compress_gz::construct (io_stream * parent, const char *openmode)
 {
-  if (!parent)
-    {
-      z_err = Z_STREAM_ERROR;
-      return;
-    }
-
   original = parent;
   peeklen = 0;
   int err;
This page took 0.035089 seconds and 5 git commands to generate.