* src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.
This commit is contained in:
parent
73631b9530
commit
e7482ff4c2
@ -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…
Reference in New Issue
Block a user