mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Handle error case more correctly
svn path=/trunk/; revision=27985
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user