From 1ce4e812928933e404e2692c534d96b7f893039c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 5 Dec 2007 10:34:01 +0000 Subject: Use G_GINT64_MODIFIER to print gint64's and guint64's. svn path=/trunk/; revision=23767 --- tap-afpstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap-afpstat.c') diff --git a/tap-afpstat.c b/tap-afpstat.c index 704b1716ab..43bffbc5b9 100644 --- a/tap-afpstat.c +++ b/tap-afpstat.c @@ -100,7 +100,7 @@ afpstat_draw(void *pss) td=0; } - printf("%-25s %6d %3d.%05d %3d.%05d %3" PRIu64 ".%05" PRIu64 "\n", + printf("%-25s %6d %3d.%05d %3d.%05d %3" G_GINT64_MODIFIER "u.%05" G_GINT64_MODIFIER "u\n", val_to_str(i, CommandCode_vals, "Unknown (%u)"), ss->proc[i].num, (int)ss->proc[i].min.secs,ss->proc[i].min.nsecs/10000, -- cgit v1.2.3