mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-02 16:19:09 +00:00
Fix: iOS cannot go to parent directory.
This commit is contained in:
parent
519765c6ce
commit
9ba6877772
@ -381,6 +381,7 @@ void fill_pathname_basedir(char *out_dir,
|
||||
void fill_pathname_parent_dir(char *out_dir,
|
||||
const char *in_dir, size_t size)
|
||||
{
|
||||
if (out_dir != in_path)
|
||||
retro_assert(strlcpy(out_dir, in_dir, size) < size);
|
||||
path_parent_dir(out_dir);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user