Commit 6207a3f9 authored by Max Kellermann's avatar Max Kellermann

PlaylistFile: narrow LoadPlaylistFileInfo() API to accept Path

parent 0bd01824
...@@ -137,8 +137,8 @@ playlist_errno(Error &error) ...@@ -137,8 +137,8 @@ playlist_errno(Error &error)
static bool static bool
LoadPlaylistFileInfo(PlaylistInfo &info, LoadPlaylistFileInfo(PlaylistInfo &info,
const AllocatedPath &parent_path_fs, const Path parent_path_fs,
const AllocatedPath &name_fs) const Path name_fs)
{ {
const char *name_fs_str = name_fs.c_str(); const char *name_fs_str = name_fs.c_str();
size_t name_length = strlen(name_fs_str); size_t name_length = strlen(name_fs_str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment