mirror of https://github.com/AxioDL/nod.git
Assume CP_USA_ASCII by default in Node as well
This commit is contained in:
parent
8127bddb97
commit
a525f60775
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue