Author: tfaber
Date: Tue Sep 10 17:12:21 2013
New Revision: 60009
URL:
http://svn.reactos.org/svn/reactos?rev=60009&view=rev
Log:
[KERNEL32]
- Improve a DPRINT in CreateProcessInternalW. Patch by Víctor Martínez Calvo
CORE-7452 #resolve
Modified:
trunk/reactos/dll/win32/kernel32/client/proc.c
Modified: trunk/reactos/dll/win32/kernel32/client/proc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] Tue Sep 10 17:12:21 2013
@@ -2744,7 +2744,7 @@
}
}
- DPRINT1("Length: %lx Buffer: %S\n", Length, NameBuffer);
+ DPRINT1("Length: %lu Buffer: %S\n", Length, NameBuffer);
/* Check if there was a failure in SearchPathW */
if ((Length) && (Length < MAX_PATH))