We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274d873 + 41d33e6 commit 2ab3087Copy full SHA for 2ab3087
1 file changed
playlist.c
@@ -159,7 +159,7 @@ size_t playlist_config_set_base_content_directory(
159
config->autofix_paths = !string_is_empty(path);
160
if (config->autofix_paths)
161
#if IOS
162
- return fill_path_abbreviate_special(config->base_content_directory, path,
+ return fill_pathname_abbreviate_special(config->base_content_directory, path,
163
sizeof(config->base_content_directory));
164
#else
165
return strlcpy(config->base_content_directory, path,
0 commit comments