Skip to content

Commit 41d33e6

Browse files
committed
ios: build fix
1 parent a3ba931 commit 41d33e6

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)