tag/TagBuilder: rename Commit() to CommitNew()

This commit is contained in:
Max Kellermann
2014-01-08 19:43:09 +01:00
parent 33c5fc95b4
commit ac1983eae3
20 changed files with 23 additions and 23 deletions

View File

@@ -137,5 +137,5 @@ vorbis_comments_to_tag(char **comments)
vorbis_comments_scan(comments, &add_tag_handler, &tag_builder);
return tag_builder.IsEmpty()
? nullptr
: tag_builder.Commit();
: tag_builder.CommitNew();
}