• Max Kellermann's avatar
    output_all: fix off-by-one error in audio_output_all_check() · e3b9b57e
    Max Kellermann authored
    When there are chunks which are not yet finished,
    audio_output_all_check() returned the size of its music pipe minus
    one.  I can't remember exactly why I subtracted 1 from the return
    value, it must have had something to do with a former meaning of this
    function.  Now it induces assertion failures.
    e3b9b57e
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...