mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
89ac8aa9c4
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> |
||
---|---|---|
.. | ||
libalpm |