aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rpcstat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-06 08:32:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-06 08:32:38 +0000
commit68d9dc18a9303872486eaf77cdc0eee05655db4e (patch)
tree87efb4f57b4c1f36ee8aff94c1f0652390fa2764 /tap-rpcstat.c
parent051d6dab4dad87680d48d6a4977927cd3ed3dd81 (diff)
Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's and
guint64's. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23781 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-rpcstat.c')
-rw-r--r--tap-rpcstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-rpcstat.c b/tap-rpcstat.c
index 1a51d0e63b..b544abf50d 100644
--- a/tap-rpcstat.c
+++ b/tap-rpcstat.c
@@ -218,7 +218,7 @@ rpcstat_draw(void *prs)
td=0;
}
- printf("%-15s %6d %3d.%05d %3d.%05d %3" PRIu64 ".%05" PRIu64 "\n",
+ printf("%-15s %6d %3d.%05d %3d.%05d %3" G_GINT64_MODIFIER "u.%05" G_GINT64_MODIFIER "u\n",
rs->procedures[i].proc,
rs->procedures[i].num,
(int)rs->procedures[i].min.secs,rs->procedures[i].min.nsecs/10000,