]> granicus.if.org Git - taglib/commit
Use List::isEmpty() than size() > 0.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 6 Nov 2015 07:12:36 +0000 (16:12 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 6 Nov 2015 07:13:43 +0000 (16:13 +0900)
commit320d0f5ad74b306632fed1e342c41e6bb69688d1
treeb746fc804ae0995652bf7ea9045a8e019ac08e5b
parent77087cf865c20a59dc0fc0c6cdc87bc60ede1c12
Use List::isEmpty() than size() > 0.

Small revision of pokowaka's fix. isEmpty() is a little better than size() > 0, since std::list::empty() is guaranteed to be an O(1) operation.
taglib/mp4/mp4tag.cpp