mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KERNEL32]
- Improve a DPRINT in CreateProcessInternalW. Patch by Víctor Martínez Calvo CORE-7452 #resolve svn path=/trunk/; revision=60009
This commit is contained in:
@@ -2744,7 +2744,7 @@ StartScan:
|
||||
}
|
||||
}
|
||||
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user