1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Correct type for hash value storage

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2010-12-30 11:11:54 +10:00 committed by Dan McGee
parent bd98b93a6e
commit fcc09bd7e3

View File

@ -31,7 +31,7 @@
struct __pmdepend_t {
char *name;
char *version;
long name_hash;
unsigned long name_hash;
pmdepmod_t mod;
};