~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to upgradelist.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:
251
251
                                current = NULL;
252
252
                                break;
253
253
                        }
254
 
                        // I only hope noone creates indices anti-sorted:
 
254
                        // I only hope no one creates indices anti-sorted:
255
255
                        precmp = strcmp(package->name, insertafter->name);
256
256
                        if (precmp == 0) {
257
257
                                current = insertafter;