Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-bitmap: convert struct stored_bitmap to object_id
[gitweb.git]
/
pack-bitmap.h
diff --git
a/pack-bitmap.h
b/pack-bitmap.h
index 8418ba8c7929ed49aec17d5a25d8d0a309f971b8..344ba23af9b3b61ac01f211f707bb6cfe4223a4e 100644
(file)
--- a/
pack-bitmap.h
+++ b/
pack-bitmap.h
@@
-14,7
+14,7
@@
struct bitmap_disk_header {
uint16_t version;
uint16_t options;
uint32_t entry_count;
- unsigned char checksum[
20
];
+ unsigned char checksum[
GIT_MAX_RAWSZ
];
};
static const char BITMAP_IDX_SIGNATURE[] = {'B', 'I', 'T', 'M'};