abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 22 forks source link

tests: Use correct format specifier for size_t #316

Closed michalfabik closed 3 years ago

michalfabik commented 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.

Signed-off-by: Michal Fabik mfabik@redhat.com