summaryrefslogtreecommitdiffstats
path: root/timeline/tl_matroska.c
diff options
context:
space:
mode:
Diffstat (limited to 'timeline/tl_matroska.c')
-rw-r--r--timeline/tl_matroska.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline/tl_matroska.c b/timeline/tl_matroska.c
index 03b6cc3dc4..6912bac159 100644
--- a/timeline/tl_matroska.c
+++ b/timeline/tl_matroska.c
@@ -57,7 +57,7 @@ static char **find_files(const char *original_file, const char *suffix)
if (!strcmp(ep->d_name, basename))
continue;
- char *name = mp_path_join(results, directory, BSTR(ep->d_name));
+ char *name = mp_path_join(results, directory, bstr(ep->d_name));
char *s1 = ep->d_name;
char *s2 = basename;
int matchlen = 0;