Remove potential for segfault in resample functionv0.3rc1
commitafd0fbe543cb35a7e4fcfb2e830d8ad7a72b78eb
authorMark Hills <mark@pogo.org.uk>
Sun, 11 Nov 2007 21:58:25 +0000 (11 21:58 +0000)
committerMark Hills <mark@pogo.org.uk>
Sun, 11 Nov 2007 22:03:14 +0000 (11 22:03 +0000)
tree57e0e42f22677f143ea2a7491cd161192f303184
parent8672c61f7600c6e4a35a56933709d996550828e4
Remove potential for segfault in resample function

Checking if isample is below track length isn't good enough if we then
make use of isample + 1.
player.c