Louis. Lenders : wined3d: Add an "\n" to a fixme to fix another overflow ( in IWineD3DImpl_CheckDeviceFormatConversion).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 11 06:10:46 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 2ce792fd330a0452d743156967e7eb3c17fa8857
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2ce792fd330a0452d743156967e7eb3c17fa8857

Author: Louis. Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Mon Jul 10 23:57:29 2006 +0100

wined3d: Add an "\n" to a fixme to fix another overflow (in IWineD3DImpl_CheckDeviceFormatConversion).

---

 dlls/wined3d/directx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index ae0ea82..d9bb59c 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1471,7 +1471,7 @@ static HRESULT  WINAPI IWineD3DImpl_Chec
                                                           WINED3DFORMAT SourceFormat, WINED3DFORMAT TargetFormat) {
     IWineD3DImpl *This = (IWineD3DImpl *)iface;
 
-    FIXME_(d3d_caps)("(%p)-> (STUB) (Adptr:%d, DevType:(%u,%s), SrcFmt:(%u,%s), TgtFmt:(%u,%s))",
+    FIXME_(d3d_caps)("(%p)-> (STUB) (Adptr:%d, DevType:(%u,%s), SrcFmt:(%u,%s), TgtFmt:(%u,%s))\n",
           This,
           Adapter,
           DeviceType, debug_d3ddevicetype(DeviceType),




More information about the wine-cvs mailing list