mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fixed DPRINT in NtQueryDirectoryObject.
svn path=/trunk/; revision=6222
This commit is contained in:
parent
80c2c54b48
commit
569ba4e82d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: dirobj.c,v 1.20 2003/09/25 20:07:46 ekohl Exp $
|
/* $Id: dirobj.c,v 1.21 2003/10/04 07:48:11 navaraf Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -147,7 +147,7 @@ NtQueryDirectoryObject (IN HANDLE DirectoryHandle,
|
||||||
PUCHAR FirstFree = (PUCHAR) Buffer;
|
PUCHAR FirstFree = (PUCHAR) Buffer;
|
||||||
|
|
||||||
|
|
||||||
DPRINT("NtQueryDirectoryObject(DirObjHandle %x)\n", DirObjHandle);
|
DPRINT("NtQueryDirectoryObject(DirectoryHandle %x)\n", DirectoryHandle);
|
||||||
|
|
||||||
/* FIXME: if previous mode == user, use ProbeForWrite
|
/* FIXME: if previous mode == user, use ProbeForWrite
|
||||||
* on user params. */
|
* on user params. */
|
||||||
|
|
Loading…
Reference in a new issue