From 8ec4fd16e7bba78920fbfa5c505c23ae96cb22f5 Mon Sep 17 00:00:00 2001 From: SMarioMan Date: Wed, 30 Oct 2024 00:38:30 -0700 Subject: [PATCH] extnotes printf format fix --- cook/extnotes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook/extnotes.c b/cook/extnotes.c index ea87d69..e0786d0 100644 --- a/cook/extnotes.c +++ b/cook/extnotes.c @@ -174,7 +174,7 @@ int main(int argc, char **argv) outputHeader = 1; } - printf("{\"time\":\"%f\",\"note\":\"", time, time); + printf("{\"time\":\"%f\",\"note\":\"", time); printNote(buf, packetSize); printf("\"}"); } else {