line wrap for FIXME

Stefan Leichter Stefan.Leichter at camLine.com
Fri Jun 27 05:37:02 CDT 2003


ChangeLog
-------------
	added line wrapping for FIXME

-------------- next part --------------
--- ../wine/files/profile.c	Fri Jun 27 09:20:34 2003
+++ files/profile.c	Fri Jun 27 12:08:55 2003
@@ -1316,7 +1316,7 @@
                                           filename )))
         return def_val;
 
-    if (len+1 == sizeof(buffer)/sizeof(WCHAR)) FIXME("result may be wrong!");
+    if (len+1 == sizeof(buffer)/sizeof(WCHAR)) FIXME("result may be wrong!\n");
 
     /* FIXME: if entry can be found but it's empty, then Win16 is
      * supposed to return 0 instead of def_val ! Difficult/problematic


More information about the wine-patches mailing list