examples: use PRIu64 instead %lld when printing uint64_t values
authorLuka Perkov <luka@openwrt.org>
Thu, 3 Jul 2014 10:28:24 +0000 (12:28 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Jul 2014 10:53:13 +0000 (12:53 +0200)
Patch fixes build failure:

error: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ [-Werror=format=]
   indent_printf(indent, "%lld\n", *(uint64_t *)data);

Signed-off-by: Luka Perkov <luka@openwrt.org>

No differences found