aboutsummaryrefslogtreecommitdiffstats
path: root/tap-afpstat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 10:34:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-05 10:34:01 +0000
commit6aeaba01cb02120c33961bd56e904f6c2a1e841c (patch)
tree1ccf40dc41dfd7ef02c0970e10f22cce05df13bf /tap-afpstat.c
parente63e5df794ea6daa9ea587a1101a232c9aa92292 (diff)
Use G_GINT64_MODIFIER to print gint64's and guint64's.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23767 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-afpstat.c')
-rw-r--r--tap-afpstat.c2
1 files changed, 1 insertions, 1 deletions
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,