From 021f3e3b8ceb9c6fcfdfc30336f73d5e4d63a00d Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:18:17 +0200 Subject: [PATCH] test: fix re_printf format string for multithread test --- 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;