compiler error in dbus-address.c
John (J5) Palmieri
johnp at redhat.com
Fri Aug 11 08:44:53 PDT 2006
A number of people reported that. My fault, going through bugzilla can
be mind-numbing :-) Fixed in CVS thanks.
On Fri, 2006-08-11 at 12:53 +0200, Peter Kümmel wrote:
> Too much closed parenthesis:
>
>
> Index: dbus/dbus-address.c
> ===================================================================
> --- dbus/dbus-address.c (revision 55)
> +++ dbus/dbus-address.c (working copy)
> @@ -715,7 +715,7 @@
> &entries, &len, &error))
> _dbus_assert_not_reached ("could not parse address");
> _dbus_assert (len == 2);
> - _dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0));
> + _dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0);
> _dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "name"), "test") == 0);
> _dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "sliff"), "sloff") == 0);
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus
--
More information about the dbus
mailing list