From 66486248ec2d658506d079ec65c015f69febdf43 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 29 Feb 2024 12:38:57 +0200 Subject: [PATCH] Update src/core/file_format/pkg.cpp Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com> --- src/core/file_format/pkg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/file_format/pkg.cpp b/src/core/file_format/pkg.cpp index 973f6386..beaddc2d 100644 --- a/src/core/file_format/pkg.cpp +++ b/src/core/file_format/pkg.cpp @@ -131,7 +131,7 @@ bool PKG::Extract(const std::string& filepath, const std::filesystem::path& extr file.Read(seed_digest); for (int i = 0; i < 7; i++) { - file.ReadRaw(digest1[i].data(), digest1[i].size()); + file.Read(digest1[i]); } for (int i = 0; i < 7; i++) {