[DEBUG] assertion correction
This commit is contained in:
parent
4ea4d0dc55
commit
50579a93a0
@ -186,8 +186,7 @@ void appl::Highlight::parse(int32_t start,
|
|||||||
if (metaData[kkk].beginStart <= resultat.endStop) {
|
if (metaData[kkk].beginStart <= resultat.endStop) {
|
||||||
// remove element
|
// remove element
|
||||||
//APPL_INFO("Erase element=" << kkk);
|
//APPL_INFO("Erase element=" << kkk);
|
||||||
// TODO : maybe an error here ...
|
metaData.erase(metaData.begin()+kkk, metaData.begin()+kkk+1);
|
||||||
metaData.erase(metaData.begin()+kkk, metaData.begin()+kkk*2+1);
|
|
||||||
// Increase the end of search
|
// Increase the end of search
|
||||||
if (kkk < metaData.size()) {
|
if (kkk < metaData.size()) {
|
||||||
// just befor the end of the next element
|
// just befor the end of the next element
|
||||||
|
Loading…
x
Reference in New Issue
Block a user