Make merging more robust

This commit is contained in:
Matt Nadareski
2016-05-03 23:59:32 -07:00
parent 455c5c25e1
commit 411115083d
4 changed files with 30 additions and 24 deletions

View File

@@ -18,5 +18,6 @@
public string CRC;
public string MD5;
public string SHA1;
public bool Dupe;
}
}