From c5ae272cf6b4df67ecfeeba5239e34cfa8a88f7f Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sat, 7 Sep 2024 12:18:58 +0200 Subject: [PATCH] test: fix re_printf format string for multithread test (#1190) --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index 66d2d377e..cab2eaba0 100644 --- a/test/test.c +++ b/test/test.c @@ -845,7 +845,7 @@ int test_multithread(void) for (i=0; iname, threadv[i].err, threadv[i].err); err = threadv[i].err;