index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-03-09 12:03:54 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-09 12:03:54 -0500 |
commit | 91b7f288fe65b96d4af64f6308b0e33b14ad85e0 (patch) | |
tree | c60650d6bcd9677c53e757a8e98c645dfab8377a /lib/libalpm/deps.c | |
parent | fc48dc3118318d4b26b63a9453cd23cf2158cba3 (diff) | |
parent | 51e0303e840c94e5943f30e311d053058f657327 (diff) |
-rw-r--r-- | lib/libalpm/deps.c | 1 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 29dafc29..245323e6 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -357,7 +357,6 @@ int SYMEXPORT alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep) satisfy = (dep->mod == PM_DEP_MOD_ANY && strcmp(provname, dep->name) == 0); } else { - /* replace the space with a NULL byte, and advance ptr the version */ *provver = '\0'; provver += 1; satisfy = (strcmp(provname, dep->name) == 0 |