Switch to side-by-side view
--- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -415,6 +415,7 @@ // During the initial construction, just append: CONFDEB("ConfSimple::i_set: init true: append\n"); m_order.push_back(ConfLine(ConfLine::CFL_VAR, nm)); + m_order.back().m_value = value; return 1; }