freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master e7482ff4c: * src/lzw/ftzopen.c (ft_lzwstate_stack_gro


From: Werner Lemberg
Subject: [freetype2] master e7482ff4c: * src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.
Date: Sat, 11 Jun 2022 23:49:05 -0400 (EDT)

branch: master
commit e7482ff4c2a39e0e6bcf32b90ccfbfdd0f8ef5e6
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.
---
 src/lzw/ftzopen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lzw/ftzopen.c b/src/lzw/ftzopen.c
index aaa98be21..682b3c600 100644
--- a/src/lzw/ftzopen.c
+++ b/src/lzw/ftzopen.c
@@ -143,7 +143,7 @@
           return -1;
       }
 
-      if ( FT_QRENEW_ARRAY( state->stack, old_size, new_size ) )
+      if ( FT_QREALLOC( state->stack, old_size, new_size ) )
         return -1;
 
       /* if relocating to heap */



reply via email to

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