rescue-streams: Document a cryptic looking condition

This commit is contained in:
Arun Raghavan 2015-06-10 16:52:17 +05:30
parent 733e4bce5b
commit 21b912dd2b

View file

@ -226,6 +226,7 @@ static pa_source* find_evacuation_source(pa_core *c, pa_source_output *o, pa_sou
if (target == skip)
continue;
/* We only move to a monitor source if we're already on one */
if (skip && !target->monitor_of != !skip->monitor_of)
continue;