From cdc9bed83f9110bdf41133a3489ed2fca543ee32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 29 May 2017 01:32:28 +0200 Subject: NOISSUE move some zip utility functions back to quazip It's not entirely clean yet. --- api/logic/minecraft/launch/ExtractNatives.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api/logic/minecraft/launch/ExtractNatives.cpp') diff --git a/api/logic/minecraft/launch/ExtractNatives.cpp b/api/logic/minecraft/launch/ExtractNatives.cpp index 9f36f8f4..f30dea89 100644 --- a/api/logic/minecraft/launch/ExtractNatives.cpp +++ b/api/logic/minecraft/launch/ExtractNatives.cpp @@ -18,7 +18,6 @@ #include #include -#include #include #include "MMCZip.h" #include "FileSystem.h" @@ -54,7 +53,7 @@ static bool unzipNatives(QString source, QString targetFolder, bool applyJnilibH name = replaceSuffix(name, ".jnilib", ".dylib"); } QString absFilePath = directory.absoluteFilePath(name); - if (!MMCZip::extractFile(&zip, "", absFilePath)) + if (!JlCompress::extractFile(&zip, "", absFilePath)) { return false; } -- cgit v1.2.3