mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Fix Android crash
This commit is contained in:
parent
6cba7d8d91
commit
425406537c
@ -284,7 +284,7 @@ bool rarch_task_push_decompress(
|
|||||||
}
|
}
|
||||||
else if (!string_is_empty(target_file))
|
else if (!string_is_empty(target_file))
|
||||||
{
|
{
|
||||||
s->target_file = strdup(subdir);
|
s->target_file = strdup(target_file);
|
||||||
t->handler = rarch_task_decompress_handler_target_file;
|
t->handler = rarch_task_decompress_handler_target_file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user