Ensure that LoopEnd > LoopStart
commita11e1c08580a622acd9367be08171e167eab2a57
authorChris Robinson <chris.kcat@gmail.com>
Thu, 15 May 2014 08:44:29 +0000 (15 01:44 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 15 May 2014 08:44:29 +0000 (15 01:44 -0700)
treee556336d81618b46d9818699ba8828448663cbcb
parentfdcdda2ed331cbb2390e3813ca8b27e53c091271
Ensure that LoopEnd > LoopStart

For the benefit of Clang's static analysis, which doesn't know that a
static source will always have a valid buffer and a buffer must have a
non-0 loop range.
Alc/mixer.c