index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-03-03 21:05:39 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-04 06:40:32 -0600 |
commit | 4a0498bd29804d4208de6d4e8977e2e40fe3ffb8 (patch) | |
tree | 9c3aa39a87681d82350a77b75bed0981b0ba575f /lib | |
parent | 190d17c0e844c58bc1a1fa231b9aaf0c16dd686f (diff) |
-rw-r--r-- | lib/libalpm/deps.c | 1 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index ec52083e..b967243d 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -345,7 +345,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 |