freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master b38ca3c: [autofit] Typos.


From: Werner LEMBERG
Subject: [freetype2] master b38ca3c: [autofit] Typos.
Date: Sun, 06 Dec 2015 18:48:45 +0000

branch: master
commit b38ca3cbebd1da222dec4ebff0560cfe9a6802c9
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [autofit] Typos.
    
    * src/autofit/afshaper.c (af_shaper_buf_create, af_shaper_get_elem)
    [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Make it compile.
---
 ChangeLog              |    7 +++++++
 src/autofit/afshaper.c |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d710a9..17d2a27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2015-12-06  Werner Lemberg  <address@hidden>
 
+       [autofit] Typos.
+
+       * src/autofit/afshaper.c (af_shaper_buf_create, af_shaper_get_elem)
+       [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Make it compile.
+
+2015-12-06  Werner Lemberg  <address@hidden>
+
        [autofit] Add support for Khmer script.
 
        We split Khmer into two auto-hinter scripts: `Khmer' (`khmr') and
diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c
index f7c518a..1881387 100644
--- a/src/autofit/afshaper.c
+++ b/src/autofit/afshaper.c
@@ -544,11 +544,12 @@
   void*
   af_shaper_buf_create( FT_Face  face )
   {
+    FT_Error   error;
     FT_Memory  memory = face->memory;
     FT_ULong*  buf;
 
 
-    FT_ALLOC( buf, sizeof ( FT_ULong ) );
+    FT_MEM_ALLOC( buf, sizeof ( FT_ULong ) );
 
     return (void*)buf;
   }
@@ -620,7 +621,7 @@
                       FT_LOAD_NO_SCALE         |
                       FT_LOAD_NO_HINTING       |
                       FT_LOAD_IGNORE_TRANSFORM,
-                      advance ) )
+                      advance );
 
     if ( y_offset )
       *y_offset = 0;



reply via email to

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