freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2019-moazin 6e7e2d6 60/66: An old commit deleted a line


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin 6e7e2d6 60/66: An old commit deleted a line by mistake. Fix that.
Date: Sat, 17 Aug 2019 11:36:54 -0400 (EDT)

branch: GSoC-2019-moazin
commit 6e7e2d6508a6b222de519dd1a12001fe24193dda
Author: Moazin Khatti <address@hidden>
Commit: Moazin Khatti <address@hidden>

    An old commit deleted a line by mistake. Fix that.
---
 src/base/ftglyph.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/base/ftglyph.c b/src/base/ftglyph.c
index 0c28392..373328a 100644
--- a/src/base/ftglyph.c
+++ b/src/base/ftglyph.c
@@ -492,6 +492,7 @@
     if ( error )
       goto Exit;
 
+    copy->advance = source->advance;
     copy->format  = source->format;
 
     if ( clazz->glyph_copy )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]