From ad887d6049b7194dae899e0d4696835e4d2ba601 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 25 Apr 2016 22:47:19 +0200 Subject: [PATCH] wined3d: Fix a typo in TRACE message. Spotted by Sergey Isakov. Signed-off-by: Sebastian Lackner Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- dlls/wined3d/directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 4aa5fe14dfb..43208b6f113 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -1454,7 +1454,7 @@ static const struct gpu_description *query_gpu_description(const struct wined3d_ if (wined3d_settings.pci_device_id != PCI_DEVICE_NONE) { device = wined3d_settings.pci_device_id; - TRACE("Overriding device PCI ID with 0x%04x.\n", vendor); + TRACE("Overriding device PCI ID with 0x%04x.\n", device); } if (wined3d_settings.emulated_textureram)