mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
@@ -247,7 +247,7 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
|
||||
// Get the correct dictionary based on what is available
|
||||
string key = String.Empty;
|
||||
string key = "";
|
||||
if (_itemType == ItemType.Rom && ((Rom)this).CRC != null)
|
||||
{
|
||||
key = ((Rom)this).CRC;
|
||||
@@ -322,7 +322,7 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
|
||||
// Get the correct dictionary based on what is available
|
||||
string key = String.Empty;
|
||||
string key = "";
|
||||
if (_itemType == ItemType.Rom && ((Rom)this).CRC != null)
|
||||
{
|
||||
key = ((Rom)this).CRC;
|
||||
|
||||
Reference in New Issue
Block a user