Skip to content

Commit

Permalink
Testing to see if we really need this. This call into zlib-ng/minizip…
Browse files Browse the repository at this point in the history
…-ng which requires us to include mz_crypt currently.
  • Loading branch information
jared-2016 committed May 22, 2024
1 parent e3ff5b3 commit 4ab9287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ bool ZipHelper::extractCurrentFile(const QString& outputFilePath)
do
{

result = unzReadCurrentFile(zrHandle(), buffer.data(), buffer.size());
// result = unzReadCurrentFile(zrHandle(), buffer.data(), buffer.size());

if (result < 0)
{
Expand Down

0 comments on commit 4ab9287

Please sign in to comment.