From 20c10be82f9a38a1def467408c1173d38ff993a8 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Wed, 11 Feb 2026 21:56:02 +0100 Subject: forgot assert --- src/text.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/text.cc b/src/text.cc index fc67626..0a48d6c 100644 --- a/src/text.cc +++ b/src/text.cc @@ -81,6 +81,7 @@ enum font_error_e wayc_font_init(struct font_s* font, enum font_error_e wayc_font_lookup(struct font_s* font, struct atlas_s* atlas, codepoint_t codepoint, struct glyph_s* out) { wayc_notnull(font); + wayc_notnull(atlas); wayc_notnull(out); FT_Face face = font->face; -- cgit v1.2.3