From: Ben Harris Date: Thu, 11 Jul 2024 22:40:31 +0000 (+0100) Subject: Use the global nglyphs variable in glyph_complement() X-Git-Tag: bedstead-002.007~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=d196eef5612346e3220c621fecbb1b14ddd38a60;p=bedstead.git Use the global nglyphs variable in glyph_complement() --- 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;