pack.c
39.4 KB
-
pack: cast to uint64_t when calculating index size instead · 1d57344c
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.
Carlos Martín Nieto committed