Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-11-16 11:44:19 +01:00
commit 2bc333956a

View file

@ -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;
} }