* src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.
This commit is contained in:
parent
73631b9530
commit
e7482ff4c2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue