shithub: freetype+ttf2subf

Download patch

ref: f0384d5fb09d6a079614ad79fadf52cce5daba83
parent: 885b4c2475f3272afd4115c97c150266cd815406
author: Werner Lemberg <[email protected]>
date: Tue Apr 9 07:01:24 EDT 2019

Minor.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -1443,13 +1443,13 @@
                     nn,
                     blue->ref.org,
                     blue->ref.fit / 64.0,
-                    blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
-                                                       : " (inactive)",
+                    ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
+                                                           : " (inactive)",
                     nn,
                     blue->shoot.org,
                     blue->shoot.fit / 64.0,
-                    blue->flags & AF_LATIN_BLUE_ACTIVE ? ""
-                                                       : " (inactive)" ));
+                    ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? ""
+                                                           : " (inactive)" ));
       }
 #endif
     }