mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix a miss var for testing.
svn path=/trunk/; revision=51099
This commit is contained in:
@@ -187,7 +187,7 @@ NtUserCallOneParam(
|
||||
RtlZeroMemory(psmwp->acvr, count * sizeof(CVR));
|
||||
psmwp->bHandle = TRUE;
|
||||
psmwp->ccvr = 0; // actualCount
|
||||
psmwp->ccvrAlloc = Param; // suggestedCount
|
||||
psmwp->ccvrAlloc = count; // suggestedCount
|
||||
RETURN((DWORD_PTR)hDwp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user