From: Po Lu Date: Thu, 30 Mar 2023 03:25:15 +0000 (+0800) Subject: ; * src/sfnt.c (GETINFO): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bf461bd36920b438c6ec60c2ae7750e7f9c755b;p=emacs.git ; * src/sfnt.c (GETINFO): Fix typo. --- diff --git a/src/sfnt.c b/src/sfnt.c index 564f5d883bd..f30093ba765 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -6511,7 +6511,8 @@ sfnt_interpret_trap (struct sfnt_interpreter *interpreter, if (selector & 1) \ k |= 02; \ \ - if (selector & 8 && interpreter->n_axis) \ + if (selector & 8 \ + && interpreter->norm_coords) \ k |= 02000; \ \ PUSH_UNCHECKED (k); \