]> git.ozlabs.org Git - ccan/commit
opt: avoid using %lld and %llx formats
authorLuke Dashjr <luke-jr+git@utopios.org>
Wed, 5 Feb 2014 21:39:30 +0000 (21:39 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 6 Feb 2014 02:27:31 +0000 (12:57 +1030)
commit2179b06e713677476a5a37acbf179b8d5be8693b
treeef806f24bee69ce37b6816dbcf6eb73f89d59e9c
parentd218dcd458cbec7a1b958af39b70cd068da7b040
opt: avoid using %lld and %llx formats

These are not supported in all environments, so use PRId64 and PRIu64 instead.

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/opt/helpers.c