changeset 110624:cf68fbaebcfe

* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". (Bug#7113)
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 27 Sep 2010 15:27:54 +0200
parents 1f02266d75ef
children 0e33b506a2f1
files src/dbusbind.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dbusbind.c	Mon Sep 27 14:44:26 2010 +0200
+++ b/src/dbusbind.c	Mon Sep 27 15:27:54 2010 +0200
@@ -2135,7 +2135,7 @@
 #else
   Vdbus_debug = Qnil;
   /* We do not want to abort.  */
-  setenv ("DBUS_FATAL_WARNINGS", 0, 1);
+  setenv ("DBUS_FATAL_WARNINGS", "0", 1);
 #endif
 
   Fprovide (intern_c_string ("dbusbind"), Qnil);