diff options
author | Chris Robinson <[email protected]> | 2012-09-12 04:55:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-12 04:55:03 -0700 |
commit | 613ce3f976ffac7d1bd0529d511d94dbf0f1d431 (patch) | |
tree | c2fcfb12375f7f2588bfe5f194130038aaa7dd82 /Alc | |
parent | ce8a0a9fd5bfcbe3c34d2967e2e1c3500766e3f1 (diff) |
Update fnamelist after handling % markers
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/hrtf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'; |