mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
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))
|
cdata, csize, size, crc32))
|
||||||
{
|
{
|
||||||
bool goto_error = false;
|
bool goto_error = false;
|
||||||
buf = malloc(size);
|
buf = (char*)malloc(size);
|
||||||
|
|
||||||
if (buf)
|
if (buf)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user