Module: wine Branch: refs/heads/master Commit: 2ce792fd330a0452d743156967e7eb3c17fa8857 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2ce792fd330a0452d7431569...
Author: Louis. Lenders xerox_xerox2000@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),