mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Settings: Fix invalid memory access when setting not found in working mem
This commit is contained in:
parent
2c9bbe2736
commit
8066743a83
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ bool Settings::updateConfigObject(std::istream &is, std::ostream &os,
|
|||
printEntry(os, name, it->second, tab_depth);
|
||||
was_modified = true;
|
||||
} else {
|
||||
assert(it->second.group == NULL);
|
||||
os << line << "\n";
|
||||
if (event == SPE_MULTILINE)
|
||||
os << value << "\n\"\"\"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue