mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
core: Replace assert()s with pa_assert()s
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
59334021d3
commit
101092465d
7 changed files with 11 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue