Fix format specifier for wide-char string
This commit is contained in:
parent
7c02fc3075
commit
746e7f1b06
|
@ -355,7 +355,7 @@ static void get_registry_dns(res_state statp)
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
const PCWSTR keyName = L"Tcpip\\Parameters";
|
const PCWSTR keyName = L"Tcpip\\Parameters";
|
||||||
|
|
||||||
DPRINTF(statp->options & RES_DEBUG, "key %s\n", keyName);
|
DPRINTF(statp->options & RES_DEBUG, "key %ls\n", keyName);
|
||||||
status = RtlCheckRegistryKey (RTL_REGISTRY_SERVICES, keyName);
|
status = RtlCheckRegistryKey (RTL_REGISTRY_SERVICES, keyName);
|
||||||
if (!NT_SUCCESS (status))
|
if (!NT_SUCCESS (status))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue