diff --git a/libraries/libstratosphere/source/fssystem/fssystem_bucket_tree.cpp b/libraries/libstratosphere/source/fssystem/fssystem_bucket_tree.cpp index 4d1f2e1fd..f3b9f9eb6 100644 --- a/libraries/libstratosphere/source/fssystem/fssystem_bucket_tree.cpp +++ b/libraries/libstratosphere/source/fssystem/fssystem_bucket_tree.cpp @@ -326,7 +326,7 @@ namespace ams::fssystem { entry_index = 0; } else { - m_entry_index = 1; + m_entry_index = -1; } /* Read the new entry. */