• Laszlo Ashin's avatar
    wavpack: check last_byte in push_back_byte() method · 3e338da8
    Laszlo Ashin authored
    At this moment the wavpack lib doesn't use the return value of the
    push_back function, which has an equivalent meaning of the return
    value of ungetc().  This is a lucky situation, because so far it
    simply returned with 1 as a hard coded value.  From now on the
    function will return EOF on error.  (This function makes exactly one
    byte pushable back.)
    3e338da8
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...