Commit ded9943b authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi: Fix typo's (Coverity).

parent 7311e9fc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment