Merge pull request #7189 from libgit2/ethomson/clar-update

clar: update to latest
This commit is contained in:
Edward Thomson
2026-01-10 20:42:52 +00:00
committed by GitHub

View File

@@ -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);