mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
Fixed buggy DPRINT.
Found by Patvor. svn path=/trunk/; revision=6235
This commit is contained in:
parent
8377a6d3cf
commit
32be4e4865
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: object.c,v 1.69 2003/09/25 20:07:46 ekohl Exp $
|
/* $Id: object.c,v 1.70 2003/10/04 20:26:45 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -343,8 +343,8 @@ ObCreateObject (IN KPROCESSOR_MODE ObjectAttributesAccessMode OPTIONAL,
|
||||||
|
|
||||||
assert_irql(APC_LEVEL);
|
assert_irql(APC_LEVEL);
|
||||||
|
|
||||||
DPRINT("ObCreateObject(Handle %x, ObjectAttributes %x, Type %x)\n",
|
DPRINT("ObCreateObject(Type %p ObjectAttributes %p, Object %p)\n",
|
||||||
Handle, ObjectAttributes, Type);
|
Type, ObjectAttributes, Object);
|
||||||
|
|
||||||
if (ObjectAttributes != NULL &&
|
if (ObjectAttributes != NULL &&
|
||||||
ObjectAttributes->ObjectName != NULL &&
|
ObjectAttributes->ObjectName != NULL &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue