aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/hrtf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index f743156c..315e27e0 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -398,6 +398,7 @@ static struct Hrtf *LoadHrtf(ALuint deviceRate)
}
else
ERR("Invalid marker '%%%c'\n", *next);
+ fnamelist = next;
}
i = minu(i, sizeof(fname)-1);
fname[i] = '\0';