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