From d196eef5612346e3220c621fecbb1b14ddd38a60 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 11 Jul 2024 23:40:31 +0100 Subject: [PATCH] Use the global nglyphs variable in glyph_complement() --- bedstead.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index ce49b41..9888a7e 100644 --- a/bedstead.c +++ b/bedstead.c @@ -3628,7 +3628,6 @@ glyph_complement() int const nrow = 16, ncol=12; long unicol = 32/nrow; int i, col = -1, row = 0; - int const nglyphs = sizeof(glyphs) / sizeof(glyphs[0]); int npages = 0; bool newcol = false; struct glyph const *sorted[nglyphs], *g; -- 2.30.2