aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSave.cxx b/src/SongSave.cxx
index 9682bf650..c2e3afce5 100644
--- a/src/SongSave.cxx
+++ b/src/SongSave.cxx
@@ -104,7 +104,7 @@ song_load(TextFile &file, Directory *parent, const char *uri,
}
if (tag.IsDefined())
- song->tag = tag.Commit();
+ song->tag = tag.CommitNew();
return song;
}