~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to rredtool.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:
1116
1116
 
1117
1117
        /* if the diff is bigger than the new file,
1118
1118
         * there is no point in not getting the full file.
1119
 
         * And as in all but extremly strange situations this
 
1119
         * And as in all but extremely strange situations this
1120
1120
         * also means all older patches will get bigger when merged,
1121
1121
         * do not even bother to calculate them but remove all. */
1122
1122
        if (root->hash.len > newhash.len) {