projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Fix a miss var for testing.
[reactos.git]
/
reactos
/
subsystems
/
win32
/
win32k
/
ntuser
/
simplecall.c
diff --git
a/reactos/subsystems/win32/win32k/ntuser/simplecall.c
b/reactos/subsystems/win32/win32k/ntuser/simplecall.c
index
87d8c07
..
d4a1a14
100644
(file)
--- a/
reactos/subsystems/win32/win32k/ntuser/simplecall.c
+++ b/
reactos/subsystems/win32/win32k/ntuser/simplecall.c
@@
-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);
}