]> git.tue.mpg.de Git - paraslash.git/commit
Fix the privious assertion().
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 07:50:14 +0000 (09:50 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 07:50:14 +0000 (09:50 +0200)
commitd56de37eb9a35c3db7f2e36892bd52d68ff0aef8
treebb2beeb250c0efc85200d11b9b383d63a0c2b759
parentae15406fdf6ac44dc7a15e62c2d0056abe7192ac
Fix the privious assertion().

It's OK to ask for the name of an audio format id < 0, as id -1 is used for
"currently no audio file is open". So allow this case, and fix the upper bound
which was off by one while we're at it.
vss.c