[Mono-bugs] [Bug 81520][Cri] Changed - Mono does not build with latest eglib on Mac OS X
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 2 16:36:51 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by joncham at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81520
--- shadow/81520 2007-05-02 15:58:54.000000000 -0400
+++ shadow/81520.tmp.21217 2007-05-02 16:36:51.000000000 -0400
@@ -55,6 +55,11 @@
(used in mono-logger.c:144):
-#define g_error(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_ERROR,
format)
+#define g_error(format, ...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_ERROR,
format, __VA_ARGS__)
This seems to break invocations not specifying additional parameters.
+
+------- Additional Comments From joncham at gmail.com 2007-05-02 16:36 -------
+Created an attachment (id=19175)
+Proposed diff of fix
+
More information about the mono-bugs
mailing list