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
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
struct __pmdepend_t {
|
||||
char *name;
|
||||
char *version;
|
||||
long name_hash;
|
||||
unsigned long name_hash;
|
||||
pmdepmod_t mod;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue