Re: [Epiphany] Debian Woody Backport compile problem



On Fri, Mar 07, 2003 at 10:08:59PM +0200, Dan Damian wrote:
> Lame patch I sent. This one should be better.

/me sets this as the default CVS log message

The attached patch includes a required space before comma (breaks 2.95
when trying to compile with logging support enabled). 

I'm not sure what prize should I demand. Smallest patch ever submitted
or highest noise ratio in one day?

/me resumes sleep

-dan
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.164
diff -u -r1.164 ChangeLog
--- ChangeLog	7 Mar 2003 23:44:10 -0000	1.164
+++ ChangeLog	8 Mar 2003 06:01:39 -0000
@@ -1,3 +1,8 @@
+2003-03-08  Dan Damian  <dand@level7.ro>
+
+	* lib/ephy-debug.h: (LOG) Added a space before comma. Fixes a
+	compilation problem under 2.95 with logging enabled.
+
 2003-03-07  James Willcox  <jwillcox@gnome.org>
 
 	* lib/widgets/ephy-editable-toolbar.c:
Index: lib/ephy-debug.h
===================================================================
RCS file: /cvs/gnome/epiphany/lib/ephy-debug.h,v
retrieving revision 1.3
diff -u -r1.3 ephy-debug.h
--- lib/ephy-debug.h	7 Mar 2003 20:32:58 -0000	1.3
+++ lib/ephy-debug.h	8 Mar 2003 06:01:40 -0000
@@ -38,7 +38,7 @@
 #define LOG(msg, args...)						\
 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,				\
        "[ %s ] " msg,						\
-       __FILE__, ## args);
+       __FILE__ , ## args);
 #endif
 
 #ifdef DISABLE_PROFILING


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]