From 219730325e3350cbeb0bf199e67563d21891d7e5 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 10 Jan 2026 20:17:08 +0000 Subject: [PATCH] clar: update to latest --- tests/clar/clar/print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clar/clar/print.h b/tests/clar/clar/print.h index 6a2321b39..59b7dc14a 100644 --- a/tests/clar/clar/print.h +++ b/tests/clar/clar/print.h @@ -127,7 +127,7 @@ static void clar_print_tap_error(int num, const struct clar_report *report, cons static void print_escaped(const char *str) { - char *c; + const char *c; while ((c = strchr(str, '\'')) != NULL) { printf("%.*s", (int)(c - str), str);