aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/pcapng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index 5009423715..8af358d1a0 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -3727,7 +3727,7 @@ pcapng_seek_read(wtap *wth, gint64 seek_off,
if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) < 0) {
return FALSE; /* Seek error */
}
- ws_debug("reading at offset %" G_GINT64_MODIFIER "u", seek_off);
+ ws_debug("reading at offset %" PRIu64, seek_off);
/*
* Find the section_info_t for the section in which this block