comment
This commit is contained in:
parent
89bbfd55fe
commit
df78cd2d77
@ -343,8 +343,8 @@ public:
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// Avoid adding unneeded entries: if the new value matches the
|
// Avoid adding unneeded entries: if the new value matches the
|
||||||
// one out of the deeper config, erase or dont add it from/to
|
// one out from the deeper configs, erase or dont add it
|
||||||
// the topmost file
|
// from/to the topmost file
|
||||||
typename list<T*>::iterator it = m_confs.begin();
|
typename list<T*>::iterator it = m_confs.begin();
|
||||||
it++;
|
it++;
|
||||||
while (it != m_confs.end()) {
|
while (it != m_confs.end()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user