From: Lukáš Lalinský Date: Tue, 8 Oct 2013 15:50:01 +0000 (+0200) Subject: Fix the length of the TXXX translation mapping (closes #283) X-Git-Tag: v1.9.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa61823432218fb6143a688aae1ed694d21889c9;p=taglib Fix the length of the TXXX translation mapping (closes #283) --- diff --git a/taglib/mpeg/id3v2/id3v2frame.cpp b/taglib/mpeg/id3v2/id3v2frame.cpp index c5c5585d..3cafcff9 100644 --- a/taglib/mpeg/id3v2/id3v2frame.cpp +++ b/taglib/mpeg/id3v2/id3v2frame.cpp @@ -392,7 +392,7 @@ static const char *frameTranslation[][2] = { //{ "USLT", "LYRICS" }, handled specially }; -static const TagLib::uint txxxFrameTranslationSize = 7; +static const TagLib::uint txxxFrameTranslationSize = 8; static const char *txxxFrameTranslation[][2] = { { "MusicBrainz Album Id", "MUSICBRAINZ_ALBUMID" }, { "MusicBrainz Artist Id", "MUSICBRAINZ_ARTISTID" },