mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:43:02 +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:
parent
ecfb4a3bf3
commit
3ae1db0c81
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
/* Check if there was a failure in SearchPathW */
|
||||||
if ((Length) && (Length < MAX_PATH))
|
if ((Length) && (Length < MAX_PATH))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue