mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Use spaces instead of tabs in stats output
This commit is contained in:
@@ -100,13 +100,13 @@ namespace SabreTools.Helper.Dats
|
|||||||
// Log the results to screen
|
// Log the results to screen
|
||||||
string results = @"For '" + FileName + @"':
|
string results = @"For '" + FileName + @"':
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
||||||
Games found: " + (game == -1 ? Files.Count : game) + @"
|
Games found: " + (game == -1 ? Files.Count : game) + @"
|
||||||
Roms found: " + RomCount + @"
|
Roms found: " + RomCount + @"
|
||||||
Disks found: " + DiskCount + @"
|
Disks found: " + DiskCount + @"
|
||||||
Roms with CRC: " + CRCCount + @"
|
Roms with CRC: " + CRCCount + @"
|
||||||
Roms with MD5: " + MD5Count + @"
|
Roms with MD5 " + MD5Count + @"
|
||||||
Roms with SHA-1: " + SHA1Count + "\n";
|
Roms with SHA-1: " + SHA1Count + "\n";
|
||||||
|
|
||||||
if (baddumpCol)
|
if (baddumpCol)
|
||||||
{
|
{
|
||||||
@@ -171,13 +171,13 @@ namespace SabreTools.Helper.Dats
|
|||||||
default:
|
default:
|
||||||
line = @"'" + FileName + @"':
|
line = @"'" + FileName + @"':
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
||||||
Games found: " + (game == -1 ? Files.Count : game) + @"
|
Games found: " + (game == -1 ? Files.Count : game) + @"
|
||||||
Roms found: " + RomCount + @"
|
Roms found: " + RomCount + @"
|
||||||
Disks found: " + DiskCount + @"
|
Disks found: " + DiskCount + @"
|
||||||
Roms with CRC: " + CRCCount + @"
|
Roms with CRC: " + CRCCount + @"
|
||||||
Roms with MD5: " + MD5Count + @"
|
Roms with MD5: " + MD5Count + @"
|
||||||
Roms with SHA-1: " + SHA1Count + "\n";
|
Roms with SHA-1: " + SHA1Count + "\n";
|
||||||
|
|
||||||
if (baddumpCol)
|
if (baddumpCol)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user