Merge branch 'master' into fix-grouping

This commit is contained in:
Jaap Haitsma 2020-05-25 21:35:21 -04:00
commit e3448347b3

View file

@ -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,