Zipper: fixed UTF-8 encoded names

This commit is contained in:
emeric
2020-08-27 13:44:16 +02:00
parent a785847b9c
commit d652a6791f
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int main(int argc, char* argv[])
while (!zipper.isComplete())
{
std::array<std::byte, 65536> buffer;
std::array<std::byte, 1000000> buffer;
std::cout << "Call" << std::endl;
std::size_t nbWrittenBytes {zipper.writeSome(buffer.data(), buffer.size())};