• Show log

    Commit

  • Hash : e9f5e877
    Author : Ramsay Jones
    Date : 2009-02-03T18:25:13

    Rearrange some code to improve clarity
    
    In particular, the test for z-stream input completion
    (zs.avail_in != 0) logically belongs with the test for
    the Z_STREAM_END stream status. This is also consistent
    with the identical check in finish_inflate().
    
    Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>