]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Fix return value of com_ff().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Apr 2018 19:18:01 +0000 (21:18 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Apr 2018 19:26:12 +0000 (21:26 +0200)
We set the VSS_NEXT flag if the amount of seconds to jump forward
would exceed the end of the current audio file. However, in this case
we fail the command by returning -E_NO_AUDIO_FILE, which is incorrect.

This bug was present since day one of the git repo (2006).


No differences found