mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05: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:
parent
bd98b93a6e
commit
fcc09bd7e3
@ -31,7 +31,7 @@
|
||||
struct __pmdepend_t {
|
||||
char *name;
|
||||
char *version;
|
||||
long name_hash;
|
||||
unsigned long name_hash;
|
||||
pmdepmod_t mod;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user