From a525f607752b87d719c142ef88589e1e5bbfa9b5 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 27 Jun 2021 10:56:43 -0700 Subject: [PATCH] Assume CP_USA_ASCII by default in Node as well --- include/nod/DiscBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nod/DiscBase.hpp b/include/nod/DiscBase.hpp index 3411b20..70d8276 100644 --- a/include/nod/DiscBase.hpp +++ b/include/nod/DiscBase.hpp @@ -236,7 +236,7 @@ public: return end(); } - bool extractToDirectory(SystemStringView basePath, const ExtractionContext& ctx, Codepage_t codepage) const; + bool extractToDirectory(SystemStringView basePath, const ExtractionContext& ctx, Codepage_t codepage = CP_US_ASCII) const; }; class IPartition {