From 0958620591375b41a8d21dd2a3501e1c9e5e9cba Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 27 Jul 2011 08:38:12 +0300 Subject: bstr: rename BSTR() -> bstr() Rename the BSTR() function to bstr(). The former caused a conflict with some Windows OS name, and it's no longer a macro so uppercase naming is less appropriate. --- timeline/tl_matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timeline/tl_matroska.c') 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; -- cgit v1.2.3