* src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.

This commit is contained in:
Alexei Podtelezhnikov 2022-06-11 23:47:19 -04:00
parent 73631b9530
commit e7482ff4c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */