diff --git a/libraries/libstratosphere/source/ncm/ncm_content_storage_impl.cpp b/libraries/libstratosphere/source/ncm/ncm_content_storage_impl.cpp index 2787fe0e8..2fb5fef9b 100644 --- a/libraries/libstratosphere/source/ncm/ncm_content_storage_impl.cpp +++ b/libraries/libstratosphere/source/ncm/ncm_content_storage_impl.cpp @@ -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();