From 2f7abe4838d14df1c0681167a10fc3d4609a44b6 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Tue, 29 Aug 2023 19:18:43 +0000 Subject: [PATCH] Comment added. --- src/sfnt/ttpost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sfnt/ttpost.c b/src/sfnt/ttpost.c index cc02c6d55..03fd3d663 100644 --- a/src/sfnt/ttpost.c +++ b/src/sfnt/ttpost.c @@ -224,6 +224,7 @@ FT_UInt len = strings[p]; + /* accept but report names longer than the AGL max */ FT_TRACE4(( len < 40U ? "" : "load_format_20: %u-byte name found\n", len ));