freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2019-moazin c21c2b0 27/47: An old commit deleted a line


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin c21c2b0 27/47: An old commit deleted a line by mistake. Fix that.
Date: Sun, 25 Aug 2019 16:18:14 -0400 (EDT)

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