From 5b5da5297552919578266714fa7abf1e45d1131d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 14 Aug 2006 19:33:20 +0000 Subject: * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc): Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort causes compile problems when asserts are turned off Keeping _dbus_warn for printing out the message so even if asserts are turned off the user gets the messages that something is wrong --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a99c2a95..14f89ed3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-08-14 John (J5) Palmieri + + * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc): + Change _dbus_abort to _dbus_assert_not_reached because _dbus_abort + causes compile problems when asserts are turned off + Keeping _dbus_warn for printing out the message so even if + asserts are turned off the user gets the messages that something is + wrong + 2006-08-14 John (J5) Palmieri Patches by Kjartan Maraas -- cgit