* gzip.c (foreground): Initialize to zero. This doesn't fix a bug
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Feb 2007 05:24:34 +0000 (05:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Feb 2007 05:24:34 +0000 (05:24 +0000)
commite44a0d1dc8d32ac42b3d1d0e1d568b9af2f13b7b
treed4405f5efdb5360935b9d400ebf983d4606e9387
parent80ea6acbb957497825354cebe3452ce0c58e314e
* gzip.c (foreground): Initialize to zero.  This doesn't fix a bug
since C guarantees it's zero, but it's more consistent with the
rest of the code.  Problem reported by Mark Adler.
ChangeLog
gzip.c