mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
fssystem: fix typo error in BucketTree::Visitor::MoveNext
This commit is contained in:
parent
e54957285f
commit
99810dc091
@ -326,7 +326,7 @@ namespace ams::fssystem {
|
||||
|
||||
entry_index = 0;
|
||||
} else {
|
||||
m_entry_index = 1;
|
||||
m_entry_index = -1;
|
||||
}
|
||||
|
||||
/* Read the new entry. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user