freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2019-moazin 8e4c607 07/11: An old commit deleted a line


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin 8e4c607 07/11: An old commit deleted a line by mistake. Fix that.
Date: Fri, 16 Aug 2019 04:30:03 -0400 (EDT)

branch: GSoC-2019-moazin
commit 8e4c6078ad78f1d470b95f62e3cedbab56efb6ee
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]