Fix CXX_BUILD
This commit is contained in:
parent
23b7bdfea6
commit
b80b5c7be3
|
@ -439,7 +439,7 @@ static int zip_file_decompressed(const char *name, const char *valid_exts,
|
|||
cdata, csize, size, crc32))
|
||||
{
|
||||
bool goto_error = false;
|
||||
buf = malloc(size);
|
||||
buf = (char*)malloc(size);
|
||||
|
||||
if (buf)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue