More fclose cause why not
This commit is contained in:
@@ -24,6 +24,7 @@ HorizonResult ExtSaveDataArchive::createFile(const FSPath& path, u64 size) {
|
||||
return Result::Success;
|
||||
}
|
||||
|
||||
file.close();
|
||||
return Result::FS::FileTooLarge;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ HorizonResult SaveDataArchive::createFile(const FSPath& path, u64 size) {
|
||||
return Result::Success;
|
||||
}
|
||||
|
||||
file.close();
|
||||
return Result::FS::FileTooLarge;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user