aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-08 19:43:09 +0100
committerMax Kellermann <max@duempel.org>2014-01-08 19:48:55 +0100
commitac1983eae32caa7c6f10ec4bab32a9657bdb2668 (patch)
tree5139b83e3bef91741750f83dcdd9fea9f8304e7a /src/SongSave.cxx
parent33c5fc95b4281520fd54c76e4f898d8256b333f7 (diff)
downloadmpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.gz
mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.xz
mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.zip
tag/TagBuilder: rename Commit() to CommitNew()
Diffstat (limited to 'src/SongSave.cxx')
-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;
}