From: James Tabor Date: Sun, 20 Mar 2011 11:29:51 +0000 (+0000) Subject: - Fix a miss var for testing. X-Git-Tag: backups/nyadav-audio-branch@51231~19 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=66f5809036c94366dba06797f9738cebcaee16a7;hp=099a888ea2fe6b746200c728109514def822972e - Fix a miss var for testing. svn path=/trunk/; revision=51099 --- 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); }