From dfbeefb2eb0fc2523acd45b300029855c59af6fc Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 4 Feb 2017 14:10:09 +0100 Subject: [PATCH] Autotools compile fix. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99622 --- bus/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/bus.c b/bus/bus.c index b4d89ef54..70f1d40b7 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -445,7 +445,7 @@ process_config_first_time_only (BusContext *context, } dbus_set_error (error, DBUS_ERROR_FAILED, "Unsupported auth mechanism \"%s\" in bus config file detected. Supported mechanisms are \"%s\".", - link->data, + (char*)link->data, _dbus_string_get_const_data (&list)); _dbus_string_free (&list); goto failed; -- 2.47.3