mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-14 21:12:13 +02:00
fs: fix bug in Commit
This commit is contained in:
parent
524582fd7d
commit
d2f8791c8f
@ -170,7 +170,7 @@ namespace ams::fs {
|
|||||||
|
|
||||||
Result CommitImpl(const char *path) {
|
Result CommitImpl(const char *path) {
|
||||||
impl::FileSystemAccessor *accessor;
|
impl::FileSystemAccessor *accessor;
|
||||||
R_TRY(impl::FindFileSystem(std::addressof(accessor), path));
|
R_TRY(impl::Find(std::addressof(accessor), path));
|
||||||
|
|
||||||
return accessor->Commit();
|
return accessor->Commit();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user