schweikert / fping

High performance ping tool
https://fping.org
Other
1.03k stars 251 forks source link

use formatstring macro PRId64 in print_netdata for output int64_t #229

Closed gsnw closed 2 years ago

gsnw commented 3 years ago

On diffrent architecture int64_t is long int or long long int. This change use the format string macro PRId64 from inttypes.h in the print_netdata function to set individually "ld" or "lld" at printf output

Fixes #219