mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logger, SimpleSort, Stats] Make everything prettier
This commit is contained in:
@@ -1476,7 +1476,7 @@ namespace SabreTools.Helper
|
||||
foreach (Rom rom in newroms)
|
||||
{
|
||||
count++;
|
||||
string key = rom.Size + "-" + rom.CRC; ;
|
||||
string key = rom.Size + "-" + rom.CRC;
|
||||
if (sortable.ContainsKey(key))
|
||||
{
|
||||
sortable[key].Add(rom);
|
||||
|
||||
Reference in New Issue
Block a user