winex11.drv: Print a debugstr and not the pointer to it.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9a270d7e2a
commit
121f20453b
|
@ -335,7 +335,7 @@ static VkResult X11DRV_vkEnumerateInstanceExtensionProperties(const char *layer_
|
|||
unsigned int i;
|
||||
VkResult res;
|
||||
|
||||
TRACE("layer_name %p, count %p, properties %p\n", debugstr_a(layer_name), count, properties);
|
||||
TRACE("layer_name %s, count %p, properties %p\n", debugstr_a(layer_name), count, properties);
|
||||
|
||||
/* This shouldn't get called with layer_name set, the ICD loader prevents it. */
|
||||
if (layer_name)
|
||||
|
|
Loading…
Reference in New Issue