mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 12:53:11 +00:00
Use correct format for arguments in debug messages
svn path=/trunk/; revision=19984
This commit is contained in:
parent
e3d8dc3fbd
commit
f2e1575922
14 changed files with 66 additions and 66 deletions
|
@ -205,7 +205,7 @@ RtlGetCurrentDirectory_U(ULONG MaximumLength,
|
|||
cd->DosPath.Buffer[Length - 2] != L':')
|
||||
Length--;
|
||||
|
||||
DPRINT ("cd->DosPath.Buffer %S Length %d\n",
|
||||
DPRINT ("cd->DosPath.Buffer %S Length %lu\n",
|
||||
cd->DosPath.Buffer, Length);
|
||||
|
||||
if (MaximumLength / sizeof(WCHAR) > Length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue