From: Ralf Habacker Date: Sat, 4 Feb 2017 13:10:09 +0000 (+0100) Subject: Autotools compile fix. X-Git-Tag: dbus-1.11.10~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfbeefb2eb0fc2523acd45b300029855c59af6fc;p=thirdparty%2Fdbus.git Autotools compile fix. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99622 --- 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;