13 lines
480 B
Diff
13 lines
480 B
Diff
|
diff -Nur taglib-1.6-orig/tests/test_mp4.cpp taglib-1.6/tests/test_mp4.cpp
|
||
|
--- taglib-1.6-orig/tests/test_mp4.cpp 2009-07-24 15:08:51.000000000 +0200
|
||
|
+++ taglib-1.6/tests/test_mp4.cpp 2009-09-14 14:46:41.724715605 +0200
|
||
|
@@ -130,7 +130,7 @@
|
||
|
MP4::Atom *moov = atoms->atoms[0];
|
||
|
CPPUNIT_ASSERT_EQUAL(long(77), moov->length);
|
||
|
|
||
|
- f->tag()->itemListMap()["pgap"] = 1;
|
||
|
+ f->tag()->itemListMap()["pgap"] = true;
|
||
|
f->save();
|
||
|
|
||
|
f = new MP4::File(filename.c_str());
|