projects
/
libsigrok.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87bbbb
)
input/vcd: silence printf() format compiler warning
author
Gerhard Sittig
<gerhard.sittig@gmx.net>
Wed, 22 Dec 2021 11:30:21 +0000
(12:30 +0100)
committer
Gerhard Sittig
<gerhard.sittig@gmx.net>
Wed, 22 Dec 2021 19:06:02 +0000
(20:06 +0100)
src/input/vcd.c
patch
|
blob
|
history
diff --git
a/src/input/vcd.c
b/src/input/vcd.c
index 4e0310bac67e4e55f7e56f6a124812d13dbfb3aa..e751e885617471366a97c16671d58558c1305872 100644
(file)
--- 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;