aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r--Alc/hrtf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index 9436ee55..49c9793b 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -583,10 +583,7 @@ static void AddFileEntry(vector_HrtfEntry *list, al_string *filename)
if(!ext)
al_string_copy_cstr(&entry.name, name);
else
- {
- al_string_clear(&entry.name);
- al_string_append_range(&entry.name, name, ext);
- }
+ al_string_copy_range(&entry.name, name, ext);
if(i != 0)
{
char str[64];