diff --git a/tests/inspect.c b/tests/inspect.c index d420a45..866ee16 100644 --- a/tests/inspect.c +++ b/tests/inspect.c @@ -150,7 +150,7 @@ static void draw_grid(SDL_Surface *screen, struct quirc *q, int index) for (i = 0; i < 3; i++) { struct quirc_capstone *cap = &q->capstones[qr->caps[i]]; - char buf[8]; + char buf[16]; snprintf(buf, sizeof(buf), "%d.%c", index, "ABC"[i]); stringColor(screen, cap->center.x, cap->center.y, buf,