projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611498e
)
fixed success check in RtlpCreateAtomHandle, ExCreateHandle returns EX_INVALID_HANDLE...
author
Thomas Bluemel
<thomas@reactsoft.com>
Sun, 31 Jul 2005 18:52:36 +0000
(18:52 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Sun, 31 Jul 2005 18:52:36 +0000
(18:52 +0000)
svn path=/trunk/; revision=16921
reactos/ntoskrnl/rtl/libsupp.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/rtl/libsupp.c
b/reactos/ntoskrnl/rtl/libsupp.c
index
5998f7f
..
1f1c656
100644
(file)
--- a/
reactos/ntoskrnl/rtl/libsupp.c
+++ b/
reactos/ntoskrnl/rtl/libsupp.c
@@
-260,7
+260,7
@@
RtlpCreateAtomHandle(PRTL_ATOM_TABLE AtomTable, PRTL_ATOM_TABLE_ENTRY Entry)
HandleIndex = ExCreateHandle(AtomTable->ExHandleTable,
&ExEntry);
- if (HandleIndex !=
0
)
+ if (HandleIndex !=
EX_INVALID_HANDLE
)
{
/* FIXME - Handle Indexes >= 0xC000 ?! */
if (HandleIndex < 0xC000)