What the heck?

This commit is contained in:
Pengfei
2021-09-11 08:50:07 +08:00
parent c6b5d96906
commit e390390163
+1 -1
View File
@@ -19,7 +19,7 @@ bool SeedDB::AddFromFile(const std::string& path) {
LOG_ERROR(Service_FS, "Failed to open seed database"); LOG_ERROR(Service_FS, "Failed to open seed database");
return false; return false;
} }
u32 count; u32_le count;
if (!file.ReadBytes(&count, sizeof(count))) { if (!file.ReadBytes(&count, sizeof(count))) {
LOG_ERROR(Service_FS, "Failed to read seed database count fully"); LOG_ERROR(Service_FS, "Failed to read seed database count fully");
return false; return false;