]> granicus.if.org Git - taglib/commitdiff
This isn't tracked as part of the elementID anymore
authorScott Wheeler <scott@directededge.com>
Mon, 18 May 2015 14:53:12 +0000 (16:53 +0200)
committerScott Wheeler <scott@directededge.com>
Mon, 18 May 2015 14:53:12 +0000 (16:53 +0200)
taglib/mpeg/id3v2/frames/chapterframe.cpp

index c6523883b41b09e466f4291d2ac04d2ea27f8133..ea02f529ce476f657c074140ecfc9b1f24119480 100644 (file)
@@ -229,7 +229,6 @@ void ChapterFrame::parseFields(const ByteVector &data)
 
   int pos = 0, embPos = 0;
   d->elementID = readStringField(data, String::Latin1, &pos).data(String::Latin1);
-  d->elementID.append(char(0));
   d->startTime = data.toUInt(pos, true);
   pos += 4;
   d->endTime = data.toUInt(pos, true);