aboutsummaryrefslogtreecommitdiff
path: root/src/SFileCompactArchive.cpp
diff options
context:
space:
mode:
authorLadislav <Zezula>2013-10-11 21:40:00 +0200
committerLadislav <Zezula>2013-10-11 21:40:00 +0200
commitc59aa13d57bbd0adf6662ef3266a3943c7e5960f (patch)
treee4983e25b5b3f708e64b22608cc5d86abcc516ff /src/SFileCompactArchive.cpp
parent38655d66d94f958402ce65380f5373c7245c8e55 (diff)
+ (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on next pull
+ Dmitry Vortex issues
Diffstat (limited to 'src/SFileCompactArchive.cpp')
-rw-r--r--src/SFileCompactArchive.cpp2
1 files changed, 1 insertions, 1 deletions
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)