Fix CXX_BUILD

This commit is contained in:
twinaphex 2016-01-26 21:49:23 +01:00
parent 23b7bdfea6
commit b80b5c7be3

View File

@ -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)
{