Add accidentally deleted line (a call to WideCharToMultiByte() )

svn path=/trunk/; revision=23667
This commit is contained in:
Aleksey Bragin 2006-08-23 08:24:37 +00:00
parent 4ade91ae66
commit edaf50a0e7

View file

@ -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);
}