Merge branch 'development' into LTS_development
This commit is contained in:
commit
2bc333956a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace Mist {
|
||||||
for (std::map<unsigned long, DTSCPageData>::iterator it = pagesByTrack[tid].begin(); it != pagesByTrack[tid].end(); it++){
|
for (std::map<unsigned long, DTSCPageData>::iterator it = pagesByTrack[tid].begin(); it != pagesByTrack[tid].end(); it++){
|
||||||
test << it->first << " ";
|
test << it->first << " ";
|
||||||
}
|
}
|
||||||
INFO_MSG("%s are", test.str().c_str());
|
INFO_MSG("Valid page numbers: %s", test.str().c_str());
|
||||||
///\return false if the pagenumber is not valid for this track
|
///\return false if the pagenumber is not valid for this track
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue