[ros-diffs] [dgorbachev] 26342: Fix a bug.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Sat Apr 14 20:07:08 CEST 2007


Author: dgorbachev
Date: Sat Apr 14 22:07:08 2007
New Revision: 26342

URL: http://svn.reactos.org/svn/reactos?rev=26342&view=rev
Log:
Fix a bug.

Modified:
    trunk/reactos/ntoskrnl/ps/query.c

Modified: trunk/reactos/ntoskrnl/ps/query.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/query.c?rev=26342&r1=26341&r2=26342&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ps/query.c (original)
+++ trunk/reactos/ntoskrnl/ps/query.c Sat Apr 14 22:07:08 2007
@@ -267,7 +267,7 @@
                 VmCounters->PeakPagefileUsage = Process->QuotaPeak[2];
 
                 /* Set the return length */
-                *ReturnLength = sizeof(VM_COUNTERS);
+                Length = sizeof(VM_COUNTERS);
             }
             _SEH_HANDLE
             {




More information about the Ros-diffs mailing list