+ New error code returned when SFileCompactArchive finds at least one unknown file name

This commit is contained in:
Ladislav Zezula
2014-03-12 15:35:11 +01:00
parent 45d0dfbb81
commit ca93a8cb76
2 changed files with 2 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ static int CheckIfAllFilesKnown(TMPQArchive * ha, const char * szListFile, LPDWO
}
else
{
nError = ERROR_CAN_NOT_COMPLETE;
nError = ERROR_UNKNOWN_FILE_NAMES;
break;
}
}