~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to release.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
999
999
                        f->gz_waiting_bytes = 0;
1000
1000
                }
1001
1001
                /* as we start with some data to process, Z_BUF_ERROR
1002
 
                 * should only happend when no output is possible, as that
 
1002
                 * should only happen when no output is possible, as that
1003
1003
                 * gets possible again it should finally produce more output
1004
1004
                 * and return Z_OK and always terminate. Hopefully... */
1005
1005
        } while (zret == Z_BUF_ERROR