mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-28 06:37:08 +08:00
misc.
This commit is contained in:
@@ -92,6 +92,7 @@ namespace GARbro.GUI
|
||||
|
||||
static string GetInnerText (XmlNode node)
|
||||
{
|
||||
// XXX node?.InnerText ?? ""
|
||||
return node != null ? node.InnerText : "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user