~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to main.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:
2487
2487
                                        continue;
2488
2488
                                r = target_reoverride(t, d);
2489
2489
                                RET_UPDATE(result, r);
2490
 
                                // TODO: how to seperate this in those affecting d
2491
 
                                // and those that do not?
 
2490
                                // TODO: how to separate this in those
 
2491
                                // affecting d and those that do not?
2492
2492
                                RET_UPDATE(d->status, r);
2493
2493
                        }
2494
2494
                        distribution_unloadoverrides(d);