• M
    Clean up gz* function return values. · 123f9cfa
    Mark Adler 提交于
    In some cases the return values did not match the documentation,
    or the documentation did not document all of the return values.
    gzprintf() now consistently returns negative values on error,
    which matches the behavior of the stdio fprintf() function.
    123f9cfa
gzlib.c 16.2 KB