mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add accidentally deleted line (a call to WideCharToMultiByte() )
svn path=/trunk/; revision=23667
This commit is contained in:
parent
4ade91ae66
commit
edaf50a0e7
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ static NTSTATUS WINAPI QueryRoutine (IN PCWSTR ValueName, IN ULONG ValueType, IN
|
|||
ValueNameLength = lstrlenW(ValueName);
|
||||
|
||||
ValName = (LPSTR)pRtlAllocateHeap(GetProcessHeap(), 0, ValueNameLength);
|
||||
|
||||
WideCharToMultiByte(0, 0, ValueName, ValueNameLength+1,ValName, ValueNameLength, 0, 0);
|
||||
|
||||
trace("ValueName: %s\n", ValName);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue