Skip to content

Commit 2ab3087

Browse files
Merge pull request #17802 from warmenhoven/warmenhoven/pr/ios-build-fix
ios: build fix
2 parents 274d873 + 41d33e6 commit 2ab3087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ size_t playlist_config_set_base_content_directory(
159159
config->autofix_paths = !string_is_empty(path);
160160
if (config->autofix_paths)
161161
#if IOS
162-
return fill_path_abbreviate_special(config->base_content_directory, path,
162+
return fill_pathname_abbreviate_special(config->base_content_directory, path,
163163
sizeof(config->base_content_directory));
164164
#else
165165
return strlcpy(config->base_content_directory, path,

0 commit comments

Comments
 (0)