X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Finput%2Fvcd.c;h=e751e885617471366a97c16671d58558c1305872;hp=4e0310bac67e4e55f7e56f6a124812d13dbfb3aa;hb=968b1a23f23e1f22f7e438a39e3235b4f21b8b14;hpb=2cb4204c6f31b58a4713ce39b77d37b95f0b20f5 diff --git a/src/input/vcd.c b/src/input/vcd.c index 4e0310ba..e751e885 100644 --- a/src/input/vcd.c +++ b/src/input/vcd.c @@ -304,7 +304,7 @@ static void ts_stats_check_early(struct ts_stats *stats) if (stats->total_ts_seen != cp->count) continue; /* First occurance of that timestamp count. Check the value. */ - sr_dbg("TS early chk: total %" PRIu64 ", min delta %zu / %zu.", + sr_dbg("TS early chk: total %zu, min delta %" PRIu64 " / %" PRIu64 ".", cp->count, seen_delta, check_delta); if (check_delta < cp->delta) return;