From 789af3cd80d7d399394e518ce0458c234fedf54a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 27 Sep 2010 15:27:54 +0200 Subject: [PATCH] * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". (Bug#7113) --- src/dbusbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbusbind.c b/src/dbusbind.c index 0b5d32ce467..93887fa9902 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -2135,7 +2135,7 @@ message arrives. */); #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); -- 2.39.2