[evolution-patches] fix for bug #41469
- From: Jeffrey Stedfast <fejj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] fix for bug #41469
- Date: 16 Apr 2003 17:01:30 -0400
Just a crash on Solaris in a printf with a NULL string argument.
so I just turned off debugging.
Jeff
--
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com - www.ximian.com
? 41469.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1240
diff -u -r1.1240 ChangeLog
--- ChangeLog 16 Apr 2003 14:49:22 -0000 1.1240
+++ ChangeLog 16 Apr 2003 20:54:34 -0000
@@ -1,3 +1,7 @@
+2003-04-16 Jeffrey Stedfast <fejj ximian com>
+
+ * e-config-upgrade.c: Turn off debugging. Fixes bug #41469.
+
2003-04-16 Ettore Perazzoli <ettore ximian com>
* apps_evolution_shell.schemas: Increase the default value for
Index: e-config-upgrade.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-config-upgrade.c,v
retrieving revision 1.7
diff -u -r1.7 e-config-upgrade.c
--- e-config-upgrade.c 4 Apr 2003 20:27:03 -0000 1.7
+++ e-config-upgrade.c 16 Apr 2003 20:54:34 -0000
@@ -42,7 +42,7 @@
#include "e-config-upgrade.h"
-#define d(x) x
+#define d(x)
/* output revision of configuration */
#define CONF_MAJOR (1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]