summaryrefslogtreecommitdiff
path: root/src/blob.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-11-23 11:32:42 +0200
committerTimo Teräs <timo.teras@iki.fi>2010-11-23 11:32:42 +0200
commit37e8f803a531caac144b075a127f48b7c38fc747 (patch)
tree7d71348a2c003a0f5811e0d37dd6ece7dc2387c8 /src/blob.c
parent6398d338c6441f3b967a2633bbc9df4709bcb258 (diff)
downloadapk-tools-37e8f803a531caac144b075a127f48b7c38fc747.tar.gz
apk-tools-37e8f803a531caac144b075a127f48b7c38fc747.tar.bz2
apk-tools-37e8f803a531caac144b075a127f48b7c38fc747.tar.xz
apk-tools-37e8f803a531caac144b075a127f48b7c38fc747.zip
db: fix hash lookups on 64-bit machines
The hash is 'unsigned long' everywhere which is 64-bits (on 64-bit boxes). Fix the one instance of it being 'unsigned int' since that would be 32-bit and cause lookup failures on 64-bit boxes.
Diffstat (limited to 'src/blob.c')
0 files changed, 0 insertions, 0 deletions