fixed typo, "fixes" bug 486
Modified: trunk/reactos/media/drivers/etc/services
_____
Modified: trunk/reactos/media/drivers/etc/services
--- trunk/reactos/media/drivers/etc/services 2005-01-26 17:54:26 UTC
(rev 13316)
+++ trunk/reactos/media/drivers/etc/services 2005-01-26 19:19:07 UTC
(rev 13317)
@@ -2,7 +2,7 @@
#
# This file contains port numbers for well-known services defined by
IANA
#
-# The Well Known Ports are thuse from 0 through 1023
+# The Well Known Ports are those from 0 through 1023
# The Registered Ports are those from 1024 through 49151
# The Dynamic and/or Private Ports are those from 49152 through 65535
#
Heap32ListFirst() should check the number of heaps in the list, not the
numer of modules
Modified: trunk/reactos/lib/kernel32/misc/toolhelp.c
_____
Modified: trunk/reactos/lib/kernel32/misc/toolhelp.c
--- trunk/reactos/lib/kernel32/misc/toolhelp.c 2005-01-26 14:38:27 UTC
(rev 13314)
+++ trunk/reactos/lib/kernel32/misc/toolhelp.c 2005-01-26 17:53:01 UTC
(rev 13315)
@@ -550,7 +550,7 @@
{
BOOL Ret;
- if(Snapshot->ModuleListCount > 0)
+ if(Snapshot->HeapListCount > 0)
{
LPHEAPLIST32 Entries = (LPHEAPLIST32)OffsetToPtr(Snapshot,
Snapshot->HeapListOffset);
Snapshot->HeapListIndex = 1;