[ros-diffs] [gvg] 12750: Find other entries besides the first too...
gvg at svn.reactos.com
gvg at svn.reactos.com
Mon Jan 3 11:06:10 CET 2005
Find other entries besides the first too...
Modified: trunk/reactos/subsys/win32k/ntuser/cursoricon.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/cursoricon.c
--- trunk/reactos/subsys/win32k/ntuser/cursoricon.c 2005-01-03
09:46:31 UTC (rev 12749)
+++ trunk/reactos/subsys/win32k/ntuser/cursoricon.c 2005-01-03
10:06:08 UTC (rev 12750)
@@ -440,7 +440,7 @@
Search = Object->ProcessList.Flink;
while (Search != &Object->ProcessList)
{
- Current = CONTAINING_RECORD(Object->ProcessList.Flink,
CURICON_PROCESS, ListEntry);
+ Current = CONTAINING_RECORD(Search, CURICON_PROCESS, ListEntry);
if (Current->Process == W32Process)
{
break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050103/056cbc86/attachment.html
More information about the Ros-diffs
mailing list