Closed gsnw closed 2 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
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