From c59aa13d57bbd0adf6662ef3266a3943c7e5960f Mon Sep 17 00:00:00 2001 From: Ladislav Date: Fri, 11 Oct 2013 21:40:00 +0200 Subject: + (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on next pull + Dmitry Vortex issues --- src/SFileCompactArchive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SFileCompactArchive.cpp') diff --git a/src/SFileCompactArchive.cpp b/src/SFileCompactArchive.cpp index e469faa..3362a20 100644 --- a/src/SFileCompactArchive.cpp +++ b/src/SFileCompactArchive.cpp @@ -26,7 +26,7 @@ static int CheckIfAllFilesKnown(TMPQArchive * ha, const char * szListFile, LPDWO int nError = ERROR_SUCCESS; // Add the listfile to the MPQ - if(nError == ERROR_SUCCESS && szListFile != NULL) + if(szListFile != NULL) { // Notify the user if(ha->pfnCompactCB != NULL) -- cgit v1.2.3