|
a/src/utils/conftree.cpp |
|
b/src/utils/conftree.cpp |
|
... |
|
... |
413 |
|
413 |
|
414 |
if (init) {
|
414 |
if (init) {
|
415 |
// During the initial construction, just append:
|
415 |
// During the initial construction, just append:
|
416 |
CONFDEB("ConfSimple::i_set: init true: append\n");
|
416 |
CONFDEB("ConfSimple::i_set: init true: append\n");
|
417 |
m_order.push_back(ConfLine(ConfLine::CFL_VAR, nm));
|
417 |
m_order.push_back(ConfLine(ConfLine::CFL_VAR, nm));
|
|
|
418 |
m_order.back().m_value = value;
|
418 |
return 1;
|
419 |
return 1;
|
419 |
}
|
420 |
}
|
420 |
|
421 |
|
421 |
// Look for the start and end of the subkey zone. Start is either
|
422 |
// Look for the start and end of the subkey zone. Start is either
|
422 |
// at begin() for a null subkey, or just behind the subkey
|
423 |
// at begin() for a null subkey, or just behind the subkey
|