]> git.tuebingen.mpg.de Git - paraslash.git/commit
fade: Handle non-positive fade time gracefully.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Jul 2012 21:57:53 +0000 (23:57 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 7 Oct 2012 09:35:38 +0000 (11:35 +0200)
commit49412fa9ecfa07dfcb6e7a087d70de9fc88838a7
tree72db77a3d17d823574fe772ba3ea9946ceb59082
parent3764561bd59cac22aa4c8f5ea811eebc140af51b
fade: Handle non-positive fade time gracefully.

Currently, we don't do anything if the fade_time parameter is less
than or equal to zero. Just setting the destination volume seems to
be more natural in this case.
fade.c