From 5294b0a32062a0dfa01e912ab80b6150f9177d74 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 7 Apr 2024 17:22:03 -0400 Subject: [PATCH] follow-up comment wording --- src/glyphs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/glyphs.c b/src/glyphs.c index c01e2f8b0..416cb98be 100644 --- a/src/glyphs.c +++ b/src/glyphs.c @@ -67,8 +67,9 @@ to_custom_symset_entry_callback(int glyph, struct find_struct *findwhat) uval = unicode_val(findwhat->unicode_val); if (uval && unicodeval_to_utf8str(uval, utf8str, sizeof utf8str)) { /* presently the customizations are affiliated with a particular - * symset but we don't have any symset context, so ignore it for now - * in order to avoid a segfault. FIXME: + * symset but if we don't have any symset context, ignore it for now + * in order to avoid a segfault. + * FIXME: * One future idea might be to store the U+ entries under "UTF8" * and apply those customizations to any current symset if it has * a UTF8 handler. Similar approach for unaffiliated glyph/symbols