From 49ac8847de1120a4ae7b72747ee259bc0f5ffb3c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 12 Nov 2015 22:56:32 -0500 Subject: fix printf warnings, fix time_check calculation --- utils/cores.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/cores.c b/utils/cores.c index a499e9e..da823a7 100644 --- a/utils/cores.c +++ b/utils/cores.c @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) } if (name[0] != 0) - printf("%08x: %8s %4s\n", cores[i], name, version); + printf("%08lx: %8s %4s\n", cores[i], name, version); } return 0; -- cgit v1.2.3