mirror of
https://github.com/libretro/RetroArch
synced 2025-02-26 06:40:39 +00:00
CXX_BUILD fix
This commit is contained in:
parent
c2e2d41452
commit
93738fae9f
@ -272,7 +272,7 @@ static int sevenzip_parse_file_init(file_archive_transfer_t *state,
|
|||||||
if (memcmp(state->data, SEVENZIP_MAGIC, SEVENZIP_MAGIC_LEN) != 0)
|
if (memcmp(state->data, SEVENZIP_MAGIC, SEVENZIP_MAGIC_LEN) != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
sevenzip_context = sevenzip_stream_new();
|
sevenzip_context = (struct sevenzip_context_t*)sevenzip_stream_new();
|
||||||
|
|
||||||
/* could not open 7zip archive? */
|
/* could not open 7zip archive? */
|
||||||
if (InFile_Open(&sevenzip_context->archiveStream.file, file))
|
if (InFile_Open(&sevenzip_context->archiveStream.file, file))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user