Change an ERR to a FIXME

Mike Hearn mike at theoretic.com
Mon Jan 12 12:52:07 CST 2004


Change GetTransform stub to use the standard FIXME rather than ERR

Index: objects/dc.c
===================================================================
RCS file: /home/wine/wine/objects/dc.c,v
retrieving revision 1.106
diff -u -r1.106 dc.c
--- objects/dc.c        30 Nov 2003 01:43:00 -0000      1.106
+++ objects/dc.c        12 Jan 2004 18:46:22 -0000
@@ -1033,7 +1033,7 @@
 BOOL WINAPI GetTransform( HDC hdc, DWORD unknown, LPXFORM xform )
 {
     if (unknown == 0x0203) return GetWorldTransform( hdc, xform );
-    ERR("stub: don't know what to do for code %lx\n", unknown );
+    FIXME("stub: don't know what to do for code %lx\n", unknown );
     return FALSE;
 }
  





More information about the wine-patches mailing list