mirror of
https://github.com/taglib/taglib.git
synced 2025-07-27 09:24:25 -04:00
Merge branch 'master' into merge-master-to-taglib2
Conflicts: ConfigureChecks.cmake taglib/toolkit/tbytevector.cpp taglib/toolkit/tstring.cpp taglib/xm/xmfile.cpp tests/test_wav.cpp
This commit is contained in:
@ -354,7 +354,7 @@ void Ogg::File::writePageGroup(const List<int> &thePageGroup)
|
||||
|
||||
// create a gap for the new pages
|
||||
int numberOfNewPages = pages.back()->header()->pageSequenceNumber() - pageGroup.back();
|
||||
List<Page *>::Iterator pageIter = d->pages.begin();
|
||||
List<Page *>::ConstIterator pageIter = d->pages.begin();
|
||||
for(int i = 0; i < pageGroup.back(); i++) {
|
||||
if(pageIter != d->pages.end()) {
|
||||
++pageIter;
|
||||
|
Reference in New Issue
Block a user