]> git.tue.mpg.de Git - paraslash.git/commit
play: Fix off-by-one in jmp 100.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Oct 2015 17:52:12 +0000 (17:52 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Oct 2015 15:13:43 +0000 (16:13 +0100)
commit73f00df1d8dea3793c9f436b9348074bc6f9aaba
treebaad0c96a9a0ec91b0c2e2627c8c35a72f448f38
parent0f4910b50116416fefb09ca67a615679067ef359
play: Fix off-by-one in jmp 100.

The command "jmp 100" did not work as expected (switch to the next
file) but caused the following error

repos failed: Invalid argument

The problem was that ->start_chunk was set to pt->num_chunks which
exceeds the maximal valid chunk number by one.

This commit special cases the value 100 to make "jmp 100" equivalent to
"next".
play.c