diff options
author | Carlos Martín Nieto <carlosmn@github.com> | 2023-03-16 09:21:37 +0100 |
---|---|---|
committer | Carlos Martín Nieto <carlosmn@github.com> | 2023-03-16 09:21:37 +0100 |
commit | 1d57344cdf51fe4e610615d9a25eb591a4dacaeb (patch) | |
tree | dc77b5ae849f1aeff5b54d861a867e73df3d42f7 /CMakeLists.txt | |
parent | 62b9f803575d261348508c449f8e1698beebb115 (diff) | |
download | libgit2-1d57344cdf51fe4e610615d9a25eb591a4dacaeb.tar.gz |
pack: cast to uint64_t when calculating index size instead
It is a bit too hidden why we want 64 bits when we're assigning to a 32-bit
integer later on to store the number of objects, so go back to uint32_t and cast
to uint64_t during the size calculation.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions