mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix type.
This commit is contained in:
parent
236bbfa8b1
commit
b53acde418
@ -5114,7 +5114,7 @@ elf_uncompress_chdr (struct backtrace_state *state,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
alc_len = chdr->ch_size;
|
alc_len = chdr->ch_size;
|
||||||
alc = backtrace_alloc (state, alc_len, error_callback, data);
|
alc = (char*)backtrace_alloc (state, alc_len, error_callback, data);
|
||||||
if (alc == NULL)
|
if (alc == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
po = (unsigned char *) alc;
|
po = (unsigned char *) alc;
|
||||||
|
Loading…
Reference in New Issue
Block a user