shithub: freetype+ttf2subf

Download patch

ref: 52aad9dfc6568b7eafefead5b49bad7e61f7938c
parent: 483007fcd94a8f2e85ab5329642abb8bc936bb23
author: Werner Lemberg <[email protected]>
date: Tue Sep 29 08:38:11 EDT 2015

[raster] Minor style fix.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/raster/ftraster.c
+++ b/src/raster/ftraster.c
@@ -2114,7 +2114,7 @@
     while ( current )
     {
       current->X       = *current->offset;
-      current->offset += current->flags & Flow_Up ? 1 : -1;
+      current->offset += ( current->flags & Flow_Up ) ? 1 : -1;
       current->height--;
       current = current->link;
     }