diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2007-10-24 22:58:34 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-24 23:51:12 +0200 |
commit | 89ac8aa9c45486aa4f4b9599bb094f1d54ff1b66 (patch) | |
tree | 7fb99506c99c674a7110f54e3b0423f401f4e097 /contrib | |
parent | 581769b72d882fdc05bdbdc588db97187329e5b5 (diff) | |
download | pacman-89ac8aa9c45486aa4f4b9599bb094f1d54ff1b66.tar.gz pacman-89ac8aa9c45486aa4f4b9599bb094f1d54ff1b66.tar.xz |
_alpm_depmiss_isin fix
The old code used memcmp, which is not good for comparing strings:
"pkgname"'\0''\0' should be equal to "pkgname"'\0''a' for example.
The new code uses strcmp.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions