From 66f5809036c94366dba06797f9738cebcaee16a7 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 20 Mar 2011 11:29:51 +0000 Subject: [PATCH 1/1] - Fix a miss var for testing. svn path=/trunk/; revision=51099 --- reactos/subsystems/win32/win32k/ntuser/simplecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/simplecall.c b/reactos/subsystems/win32/win32k/ntuser/simplecall.c index 87d8c07dc3a..d4a1a14f403 100644 --- 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); } -- 2.17.1