msi: Fix typo's (Coverity).

This commit is contained in:
Paul Vriens 2006-11-12 12:01:26 +01:00 committed by Alexandre Julliard
parent 7311e9fc8e
commit ded9943b5b
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ static void ACTION_UpdateFeatureInstallStates(MSIPACKAGE *package)
if (res == comp->Installed)
continue;
if (res != INSTALLSTATE_DEFAULT || res != INSTALLSTATE_LOCAL ||
if (res != INSTALLSTATE_DEFAULT && res != INSTALLSTATE_LOCAL &&
res != INSTALLSTATE_SOURCE)
{
res = INSTALLSTATE_INCOMPLETE;