Fix bezier allocations

Former-commit-id: 588d1e5215bfd031832922394a7ddbe536e0917d
This commit is contained in:
hasufell 2014-06-08 04:24:25 +02:00
parent a2ce97bef9
commit 2552912e96
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ static bool assemble_obj_arrays(char const * const obj_string,
MAYBE_REALLOC(bez[bzc],
sizeof(**bez),
(int32_t)bzc > bez_arr_alloc_c - 2,
(int32_t)i > bez_arr_alloc_c - 2,
bez_arr_alloc_c,
bez_arr_alloc_chunk);