Perf improvements, fix regex

This commit is contained in:
Matt Nadareski
2020-09-02 00:24:46 -07:00
parent 9604e16287
commit c77bcca9ad
3 changed files with 8 additions and 7 deletions

View File

@@ -1952,7 +1952,7 @@ namespace SabreTools.Library.DatFiles
}
// Get the key and add the file
key = item.GetKey(Field.DatItem_CRC);
key = item.GetKey(Field.Machine_Name);
Items.Add(key, item);
return key;