Update src/core/file_format/pkg.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
georgemoralis 2024-02-29 12:38:57 +02:00 committed by GitHub
parent 9fef4fc050
commit 66486248ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ bool PKG::Extract(const std::string& filepath, const std::filesystem::path& extr
file.Read(seed_digest); file.Read(seed_digest);
for (int i = 0; i < 7; i++) { for (int i = 0; i < 7; i++) {
file.ReadRaw<u8>(digest1[i].data(), digest1[i].size()); file.Read(digest1[i]);
} }
for (int i = 0; i < 7; i++) { for (int i = 0; i < 7; i++) {