mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +00:00
Fix critical typo
This commit is contained in:
@@ -176,8 +176,8 @@ bool NCCHContainer::Load() {
|
|||||||
|
|
||||||
// System archives and DLC don't have an extended header but have RomFS
|
// System archives and DLC don't have an extended header but have RomFS
|
||||||
if (ncch_header.extended_header_size) {
|
if (ncch_header.extended_header_size) {
|
||||||
if (file->ReadBytes(&exheader_header,
|
if (file->ReadBytes(&exheader_header, sizeof(exheader_header)) !=
|
||||||
sizeof(exheader_header) != sizeof(exheader_header))) {
|
sizeof(exheader_header)) {
|
||||||
LOG_ERROR(Service_FS, "Could not read exheader from file");
|
LOG_ERROR(Service_FS, "Could not read exheader from file");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user