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…
Reference in New Issue