[DatFile] More null checks

This commit is contained in:
Matt Nadareski
2017-04-21 21:09:28 -07:00
parent 4e4452d636
commit 3a6040b6ba

View File

@@ -116,6 +116,12 @@ namespace SabreTools.Helper.Dats
break;
}
// Double and triple check the key
if (newkey == null)
{
newkey = "";
}
// Add the DatItem to the temp dictionary
lock (sortable)
{