--- inflate.c-stegbug   Fri Apr 29 01:36:47 1994
+++ inflate.c   Fri Apr 29 02:07:38 1994
@@ -592,7 +592,7 @@
  * gzsteg: bit 0 of n is ours, so long as n>3 (MIN_MATCH)
  */

-      if(n>3)
+      if(n>3 && steg)
        steg_wbit(n&1);

       /* do the copy */
