mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-06 15:39:28 +02:00
fssystem: fix typo error in BucketTree::Visitor::MoveNext
This commit is contained in:
parent
05852b0ffd
commit
ea17b60da6
@ -326,7 +326,7 @@ namespace ams::fssystem {
|
||||
|
||||
entry_index = 0;
|
||||
} else {
|
||||
m_entry_index = 1;
|
||||
m_entry_index = -1;
|
||||
}
|
||||
|
||||
/* Read the new entry. */
|
||||
|
Loading…
Reference in New Issue
Block a user