TagFile: pass reference instead of pointer

This commit is contained in:
Max Kellermann
2013-12-29 16:16:04 +01:00
parent c97685fe6c
commit 9be82891b0
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ embcue_playlist_open_uri(const char *uri,
const auto playlist = new EmbeddedCuePlaylist();
tag_file_scan(path_fs, &embcue_tag_handler, playlist);
tag_file_scan(path_fs, embcue_tag_handler, playlist);
if (playlist->cuesheet.empty()) {
tag_ape_scan2(path_fs, &embcue_tag_handler, playlist);
if (playlist->cuesheet.empty())