]> sigrok.org Git - libsigrok.git/blobdiff - src/input/vcd.c
input/vcd: silence printf() format compiler warning
[libsigrok.git] / src / input / vcd.c
index 4e0310bac67e4e55f7e56f6a124812d13dbfb3aa..e751e885617471366a97c16671d58558c1305872 100644 (file)
@@ -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;