fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 30 Dec 2003 03:33:43 +0000 (03:33 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 30 Dec 2003 03:33:43 +0000 (03:33 +0000)
commit06c9c5327b1baaeded4b150af2a80b0fa37116f1
tree8271591d55c7734adefe4eedacf7bbabf7a99ad6
parent9b07b61fba521f2e860926d1f637b547c9d8255f
fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition
src/libFLAC/seekable_stream_decoder.c
src/test_libFLAC/decoders.c
src/test_libOggFLAC/decoders.c