wined3d: Fix a typo in TRACE message.

Sebastian Lackner sebastian at fds-team.de
Mon Apr 25 15:47:19 CDT 2016


Spotted by Sergey Isakov.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 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 4aa5fe1..43208b6f 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)
-- 
2.7.1



More information about the wine-patches mailing list