core: Replace assert()s with pa_assert()s

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald 2014-11-09 17:49:54 +01:00
parent 59334021d3
commit 101092465d
7 changed files with 11 additions and 12 deletions

View file

@ -240,7 +240,7 @@ static int get_session_list(struct userdata *u) {
if ((at = dbus_message_iter_get_arg_type(&sub)) == DBUS_TYPE_INVALID)
break;
assert(at == DBUS_TYPE_OBJECT_PATH);
pa_assert(at == DBUS_TYPE_OBJECT_PATH);
dbus_message_iter_get_basic(&sub, &id);
add_session(u, id);