aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateSong.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/UpdateSong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateSong.cxx b/src/UpdateSong.cxx
index d07948eed..592298f49 100644
--- a/src/UpdateSong.cxx
+++ b/src/UpdateSong.cxx
@@ -69,7 +69,7 @@ update_song_file2(Directory &directory,
if (song == nullptr) {
FormatDebug(update_domain, "reading %s/%s",
directory.GetPath(), name);
- song = Song::LoadFile(name, &directory);
+ song = Song::LoadFile(name, directory);
if (song == nullptr) {
FormatDebug(update_domain,
"ignoring unrecognized file %s/%s",