This commit is contained in:
morkt
2017-02-15 22:36:45 +04:00
parent 526485c720
commit 08e5a6c69a
2 changed files with 1 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ namespace GARbro.GUI
static string GetInnerText (XmlNode node)
{
// XXX node?.InnerText ?? ""
return node != null ? node.InnerText : "";
}