mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
ncm: fix iteration of nested-subdirectory content files
This commit is contained in:
parent
9d30917f4e
commit
97a251b4b2
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ namespace ams::ncm {
|
|||
}
|
||||
|
||||
/* Set the path to the parent directory. */
|
||||
this->path.Set(this->path.GetSubstring(0, i));
|
||||
this->path.Set(this->path.GetSubstring(0, i + 1));
|
||||
|
||||
/* Try to load again from the parent directory. */
|
||||
return this->LoadEntries();
|
||||
|
|
Loading…
Reference in a new issue