mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Fix a compilation error caused on the merge.
This commit is contained in:
parent
6857926da2
commit
0e4f9f4e94
@ -142,7 +142,7 @@ public:
|
||||
{
|
||||
Ogg::Vorbis::File f(newname.c_str());
|
||||
List<FLAC::Picture *> lst = f.tag()->pictureList();
|
||||
CPPUNIT_ASSERT_EQUAL((unsigned int)1, lst.size());
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)1, lst.size());
|
||||
CPPUNIT_ASSERT_EQUAL((int)5, lst[0]->width());
|
||||
CPPUNIT_ASSERT_EQUAL((int)6, lst[0]->height());
|
||||
CPPUNIT_ASSERT_EQUAL((int)16, lst[0]->colorDepth());
|
||||
|
Loading…
x
Reference in New Issue
Block a user