mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 12:34:47 +00:00
fs: fix bug in Commit
This commit is contained in:
parent
524582fd7d
commit
d2f8791c8f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ namespace ams::fs {
|
|||
|
||||
Result CommitImpl(const char *path) {
|
||||
impl::FileSystemAccessor *accessor;
|
||||
R_TRY(impl::FindFileSystem(std::addressof(accessor), path));
|
||||
R_TRY(impl::Find(std::addressof(accessor), path));
|
||||
|
||||
return accessor->Commit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue