[PATCH] winemac.drv: Print the debug string and not the pointer to it

Michael Stefaniuc mstefani at winehq.org
Sun Jul 22 05:35:13 CDT 2018


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 dlls/winemac.drv/vulkan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winemac.drv/vulkan.c b/dlls/winemac.drv/vulkan.c
index b1211dff54..d49c9a1ab2 100644
--- a/dlls/winemac.drv/vulkan.c
+++ b/dlls/winemac.drv/vulkan.c
@@ -342,7 +342,7 @@ static VkResult macdrv_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)
-- 
2.14.4




More information about the wine-devel mailing list