Handle error case more correctly

svn path=/trunk/; revision=27985
This commit is contained in:
Thomas Bluemel 2007-07-29 08:16:50 +00:00
parent 690351d90a
commit 8ea64f258b

View file

@ -310,7 +310,7 @@ OnSet(PVIRTMEM pVirtMem)
field to the previous value */
SetDlgItemInt(pVirtMem->hSelf,
IDC_INITIALSIZE,
Value,
pVirtMem->Pagefile[Index].InitialValue,
FALSE);
}
else
@ -326,7 +326,7 @@ OnSet(PVIRTMEM pVirtMem)
field to the previous value */
SetDlgItemInt(pVirtMem->hSelf,
IDC_MAXSIZE,
Value,
pVirtMem->Pagefile[Index].MaxValue,
FALSE);
}
else