Closed michalfabik closed 3 years ago
Using %ld with a var of type size_t causes a warning on platforms where size_t isn't the same as long int.
%ld
size_t
long int
Signed-off-by: Michal Fabik mfabik@redhat.com
Using
%ld
with a var of typesize_t
causes a warning on platforms wheresize_t
isn't the same aslong int
.Signed-off-by: Michal Fabik mfabik@redhat.com