diff --git a/tools/font-edit/twin-fedit.c b/tools/font-edit/twin-fedit.c index 56f76aa..8070c32 100644 --- a/tools/font-edit/twin-fedit.c +++ b/tools/font-edit/twin-fedit.c @@ -338,7 +338,7 @@ static void draw_char(char_t *c) cairo_set_source_rgb(cr, 0, .5, .5); cairo_move_to(cr, tx - 2, ty + 3); - snprintf(buf, sizeof(buf) + 1, "%d", i); + snprintf(buf, sizeof(buf), "%d", i); cairo_show_text(cr, buf); cairo_restore(cr); }