summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2020-02-18 12:40:38 +0000
committerJulian Andres Klode <jak@debian.org>2020-02-18 12:40:38 +0000
commit1cab45a32c1b87f22ec80adf019eb3de7ef2605d (patch)
tree8aa4ec8fc533526814fed6366d6d52adee053e22 /apt-pkg/pkgcache.h
parent62683ed6459e874119f3346d8be66b85e8a90533 (diff)
parent237ef6d210a0370131deb58277e77d579d58d15a (diff)
Merge branch 'pu/no-more-crc16' into 'master'
ABI break: Remove CRC-16 See merge request apt-team/apt!97
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r--apt-pkg/pkgcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index 8d31e4de9..84fc56db8 100644
--- a/apt-pkg/pkgcache.h
+++ b/apt-pkg/pkgcache.h
@@ -643,7 +643,7 @@ struct pkgCache::Version
No two packages in existence should have the same VerStr
and Hash with different contents. */
- unsigned short Hash;
+ uint32_t Hash;
/** \brief unique sequel ID */
map_id_t ID;
/** \brief parsed priority value */