- fix a devasting bug (introduced by me)

Sorry JaixBly...

svn path=/trunk/; revision=24694
This commit is contained in:
Johannes Anderwald 2006-11-06 11:03:57 +00:00
parent cf213c0fc9
commit 19c938e607

View file

@ -553,7 +553,7 @@ CheckUnattendedSetup(VOID)
}
}
/* Search for 'FormatPartition' in the 'Unattend' section */
if (!SetupFindFirstLineW(UnattendInf, L"Unattend", L"FormatPartition", &Context))
if (SetupFindFirstLineW(UnattendInf, L"Unattend", L"FormatPartition", &Context))
{
if (SetupGetIntField(&Context, 1, &IntValue))
{