aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-12 04:55:03 -0700
committerChris Robinson <[email protected]>2012-09-12 04:55:03 -0700
commit613ce3f976ffac7d1bd0529d511d94dbf0f1d431 (patch)
treec2fcfb12375f7f2588bfe5f194130038aaa7dd82 /Alc
parentce8a0a9fd5bfcbe3c34d2967e2e1c3500766e3f1 (diff)
Update fnamelist after handling % markers
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';