aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Lalinský <lukas@oxygene.sk>2013-10-08 17:50:01 +0200
committerLukáš Lalinský <lukas@oxygene.sk>2013-10-08 17:50:01 +0200
commitaa61823432218fb6143a688aae1ed694d21889c9 (patch)
tree9660bb729fa570666480e484dc604339045850a4
parent2f7af42092cefac12536ce7ecf5bc519bb2e24fa (diff)
Fix the length of the TXXX translation mapping (closes #283)v1.9.1
-rw-r--r--taglib/mpeg/id3v2/id3v2frame.cpp2
1 files changed, 1 insertions, 1 deletions
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" },