aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 79a2bfc3..0dd39481 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -135,6 +135,7 @@ static ALvoid SetSpeakerArrangement(const char *name, ALfloat SpeakerAngle[OUTPU
end = sep - 1;
while(isspace(*end) && end != confkey)
end--;
+ end++;
if(strncmp(confkey, "fl", end-confkey) == 0)
val = FRONT_LEFT;