|
a/src/conftree.cxx |
|
b/src/conftree.cxx |
|
... |
|
... |
105 |
trimstring(line, "[]");
|
105 |
trimstring(line, "[]");
|
106 |
if (dotildexpand)
|
106 |
if (dotildexpand)
|
107 |
submapkey = path_tildexpand(line);
|
107 |
submapkey = path_tildexpand(line);
|
108 |
else
|
108 |
else
|
109 |
submapkey = line;
|
109 |
submapkey = line;
|
|
|
110 |
m_subkeys_unsorted.push_back(submapkey);
|
|
|
111 |
|
110 |
// No need for adding sk to order, will be done with first
|
112 |
// No need for adding sk to order, will be done with first
|
111 |
// variable insert. Also means that empty section are
|
113 |
// variable insert. Also means that empty section are
|
112 |
// expandable (won't be output when rewriting)
|
114 |
// expandable (won't be output when rewriting)
|
113 |
// Another option would be to add the subsec to m_order here
|
115 |
// Another option would be to add the subsec to m_order here
|
114 |
// and not do it inside i_set() if init is true
|
116 |
// and not do it inside i_set() if init is true
|