Skip to content
Snippets Groups Projects
Commit 52d7e289 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1101: utils/cache_gc: fix debug prints

parents 997f5fc7 6164ac91
No related branches found
No related tags found
1 merge request!1101utils/cache_gc: fix debug prints
Pipeline #73072 passed with warnings
......@@ -128,7 +128,7 @@ void debug_printbin(const char *str, unsigned int len)
if (isprint(c))
putchar(c);
else
printf("`%02x`", c);
printf("`%02hhx`", c);
}
putchar('"');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment