• Max Kellermann's avatar
    output_all: fix boolean short circuit in update() · 27193d84
    Max Kellermann authored
    Sometimes, audio_output_update() isn't called for the second device
    when the first one has succeeded.  The patch
    "audio_output_all_update() returns bool" broke it, because the boolean
    evaluation ended after the first "true".
    27193d84
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...