]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
nacct: fix format warning
authorEric Leblond <eric@regit.org>
Sat, 25 Jan 2014 10:46:14 +0000 (11:46 +0100)
committerEric Leblond <eric@regit.org>
Sat, 25 Jan 2014 18:16:21 +0000 (19:16 +0100)
commit05ef694c3e845a4c6babcaa59d3bf7a6f507866b
tree345fb9d441eff7bd3c72a9cc1b8c736f6a556623
parentefa4bdba6eb982fd44a9bceb2b560baa7a5ec857
nacct: fix format warning

Some counter have been recently switch to u64. This has caused warnings
relative to format string. This patch uses PRIu64 macro to fix these
warnings.
include/ulogd/ulogd.h
output/ulogd_output_NACCT.c