BugFix Session group

This commit is contained in:
Bruno Herbelin
2022-01-04 22:13:41 +01:00
parent cec705264d
commit ad8d799cf6

View File

@@ -200,7 +200,7 @@ SourceList::iterator Session::addSource(Source *s)
// insert the source to the beginning of the list
sources_.push_back(s);
// return the iterator to the source created at the beginning
its = sources_.end()--;
its = --sources_.end();
}
// unlock access