Parser tests, part 1

This commit is contained in:
Matt Nadareski
2020-12-20 14:20:03 -08:00
parent 199b8c01af
commit c64d724eb4
13 changed files with 75 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ namespace SabreTools.DatFiles.Formats
string name = string.Empty;
string hash = string.Empty;
// If we have CRC, then it's an SFV file and the name is first are
// If we have CRC, then it's an SFV file and the name is first
if (_hash.HasFlag(Hash.CRC))
{
name = split[0].Replace("*", String.Empty);