[3/7] DDraw: Fix a warning

Stefan Dösinger stefandoesinger at gmx.at
Fri Oct 13 04:02:08 CDT 2006


Must have slipped through the win64 format fixes somehow
-------------- next part --------------
From 366e47a2821b7d3f111582e9ab8022defcef9988 Mon Sep 17 00:00:00 2001
From: Stefan Doesinger <stefan at codeweavers.com>
Date: Fri, 13 Oct 2006 10:51:48 +0200
Subject: [PATCH] DDraw: Fix a warning
---
 dlls/ddraw/direct3d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/direct3d.c b/dlls/ddraw/direct3d.c
index 2622784..b7d27d1 100644
--- a/dlls/ddraw/direct3d.c
+++ b/dlls/ddraw/direct3d.c
@@ -860,7 +860,7 @@ IDirect3DImpl_7_CreateDevice(IDirect3D7 
         if(hr != D3D_OK)
         {
             DDOBJ_UNLOCK(This);
-            ERR("(%p) Error %08lx setting the front and back buffer\n", This, hr);
+            ERR("(%p) Error %08x setting the front and back buffer\n", This, hr);
             return hr;
         }
 
-- 
1.4.1.1



More information about the wine-patches mailing list