Louis. Lenders : wined3d: Add an "\n" to a fixme to fix an overflow.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 21 05:25:32 CDT 2006


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

Author: Louis. Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Wed Jun 21 06:07:01 2006 +0100

wined3d: Add an "\n" to a fixme to fix an overflow.

---

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

diff --git a/dlls/wined3d/surface_gdi.c b/dlls/wined3d/surface_gdi.c
index ce39090..5691b4d 100644
--- a/dlls/wined3d/surface_gdi.c
+++ b/dlls/wined3d/surface_gdi.c
@@ -1042,7 +1042,7 @@ #undef COPY_COLORKEY_FX
 error:
     if (Flags && FIXME_ON(d3d_surface))
     {
-        FIXME("\tUnsupported flags: %08lx", Flags);
+        FIXME("\tUnsupported flags: %08lx\n", Flags);
     }
 
 release:




More information about the wine-cvs mailing list