summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/apk_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 249ddae..7b36978 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -44,7 +44,7 @@ struct apk_db_file {
struct apk_db_dir {
apk_hash_node hash_node;
- unsigned int hash;
+ unsigned long hash;
struct hlist_head files;
struct apk_db_dir *parent;