mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
fix another wrong type
This commit is contained in:
parent
530f8ae107
commit
dc4760f5a6
@ -412,13 +412,15 @@ static int task_database_iterate_playlist_archive(
|
||||
{
|
||||
bool returnerr = true;
|
||||
#ifdef HAVE_COMPRESSION
|
||||
struct archive_extract_userdata userdata = {0};
|
||||
|
||||
if (db_state->crc != 0)
|
||||
return task_database_iterate_crc_lookup(
|
||||
db_state, db, db_state->archive_name);
|
||||
|
||||
if (file_archive_parse_file_iterate(&db->state,
|
||||
&returnerr, name, NULL, archive_compare_crc32,
|
||||
(void*)db_state) != 0)
|
||||
&userdata))
|
||||
return 0;
|
||||
|
||||
if (db_state->crc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user