commit | 173156fa322c81bf1b57c6e73b9975357e82adbb | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Mar 22 19:25:30 1999 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Mar 22 19:25:30 1999 +0000 |
tree | fcfec6d1f7fb78910b395fce4cd46658a2751297 | |
parent | dca7e00fd59209bfd823b4111ab73df1ee28aa6d [diff] |
Fixed the flush() method of compression objects; the test for the end of loop was incorrect, and failed when the flushmode != Z_FINISH. Logic cleaned up and commented.