]> git.tuebingen.mpg.de Git - paraslash.git/commit
flac afh: Fix off-by-one bug in meta_eof_cb().
authorAndre Noll <maan@systemlinux.org>
Tue, 24 Dec 2013 17:49:41 +0000 (17:49 +0000)
committerAndre Noll <maan@systemlinux.org>
Fri, 18 Apr 2014 19:36:53 +0000 (19:36 +0000)
commit0167db5efedd2948d12e6daa48bd9907e072cb97
tree972c9786e36af4cd53d2a88d255982085ac11105
parent45ad939cb6b7a99750757473cc0c8324c5b3e701
flac afh: Fix off-by-one bug in meta_eof_cb().

After the full file has been read, the file position equals the number
of available bytes. The eof callback did not report EOF in this case.
flac_afh.c