diff options
author | Chris Robinson <[email protected]> | 2017-04-08 03:00:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-08 03:00:53 -0700 |
commit | f1a5b6b6681b1c9950266f2e6bec22dcba6cba97 (patch) | |
tree | dee7164be316d795871411bb567506260de99536 | |
parent | 5e9f5693a4e28ab08028b05e77684cad6ddd185b (diff) |
Overwrite the old search path with the new one
-rw-r--r-- | Alc/hrtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ vector_EnumeratedHrtf EnumerateHrtf(const_al_string devname) vector_al_string flist; size_t i; - alstr_append_range(&pname, pathlist, end); + alstr_copy_range(&pname, pathlist, end); flist = SearchDataFiles(".mhr", alstr_get_cstr(pname)); for(i = 0;i < VECTOR_SIZE(flist);i++) |