mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
invert an ill-placed assert
This commit is contained in:
parent
0658d9ae92
commit
948be361c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ int pa_sink_input_finish_move(pa_sink_input *i, pa_sink *dest) {
|
|||
int pa_sink_input_move_to(pa_sink_input *i, pa_sink *dest) {
|
||||
pa_sink_input_assert_ref(i);
|
||||
pa_assert(PA_SINK_INPUT_IS_LINKED(i->state));
|
||||
pa_assert(!i->sink);
|
||||
pa_assert(i->sink);
|
||||
pa_sink_assert_ref(dest);
|
||||
|
||||
if (dest == i->sink)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue