]> granicus.if.org Git - taglib/commitdiff
Fix the length of the TXXX translation mapping (closes #283) v1.9.1
authorLukáš Lalinský <lukas@oxygene.sk>
Tue, 8 Oct 2013 15:50:01 +0000 (17:50 +0200)
committerLukáš Lalinský <lukas@oxygene.sk>
Tue, 8 Oct 2013 15:50:01 +0000 (17:50 +0200)
taglib/mpeg/id3v2/id3v2frame.cpp

index c5c5585d48a9c332602b67a11ff906b34628c60a..3cafcff9e6beecc27d9e0fddee65d3de8c4772b1 100644 (file)
@@ -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" },