mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
- Fix a miss var for testing.
svn path=/trunk/; revision=51099
This commit is contained in:
parent
099a888ea2
commit
66f5809036
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ NtUserCallOneParam(
|
||||||
RtlZeroMemory(psmwp->acvr, count * sizeof(CVR));
|
RtlZeroMemory(psmwp->acvr, count * sizeof(CVR));
|
||||||
psmwp->bHandle = TRUE;
|
psmwp->bHandle = TRUE;
|
||||||
psmwp->ccvr = 0; // actualCount
|
psmwp->ccvr = 0; // actualCount
|
||||||
psmwp->ccvrAlloc = Param; // suggestedCount
|
psmwp->ccvrAlloc = count; // suggestedCount
|
||||||
RETURN((DWORD_PTR)hDwp);
|
RETURN((DWORD_PTR)hDwp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue