From 99810dc0918fd9b54c303c48fd9890043344defe Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 15 Aug 2023 14:46:07 -0700 Subject: [PATCH] fssystem: fix typo error in BucketTree::Visitor::MoveNext --- .../libstratosphere/source/fssystem/fssystem_bucket_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */