mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix Android crash
This commit is contained in:
parent
6cba7d8d91
commit
425406537c
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ bool rarch_task_push_decompress(
|
|||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue