Conf editor crash fixed

This commit is contained in:
stax76
2023-12-15 08:35:01 +01:00
parent e0616dee76
commit b23542d681
7 changed files with 231 additions and 136 deletions

View File

@@ -90,6 +90,9 @@ public class ConfParser
{
string line = it.Trim();
if (line.StartsWith('#'))
continue;
if (line == "")
{
currentGroup = new ConfSection();