[WIN32SS][NTOSKRNL] %wZ expects the address of the string

svn path=/trunk/; revision=68689
This commit is contained in:
Christoph von Wittich 2015-08-11 16:49:43 +00:00
parent 573ce51c42
commit 4887326473
2 changed files with 2 additions and 2 deletions

View file

@ -288,7 +288,7 @@ WmipOpenGuidObjectByName(
Status = WmipGUIDFromString(&GuidString, &Guid);
if (!NT_SUCCESS(Status))
{
DPRINT1("WMI: Invalid uuid format for guid '%wZ'\n", GuidString);
DPRINT1("WMI: Invalid uuid format for guid '%wZ'\n", &GuidString);
return Status;
}

View file

@ -211,7 +211,7 @@ IntCopyRegistryKey(
if (!NT_SUCCESS(Status))
{
/* Just warn, but continue with the remaining sub-keys */
WARN_(VIDEOPRT, "failed to set value '%wZ'.\n", NameString);
WARN_(VIDEOPRT, "failed to set value '%wZ'.\n", &NameString);
}
/* Next subkey */