mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typo on some debug lines on CDRWin plugin.
This commit is contained in:
@@ -661,7 +661,7 @@ namespace DiscImageChef.DiscImages
|
||||
cuetracks[currenttrack.Sequence - 2].Sectors *
|
||||
cuetracks[currenttrack.Sequence - 2].Bps;
|
||||
DicConsole.DebugWriteLine("CDRWin plugin",
|
||||
"Sets currentfile.offset to {0} at line 553",
|
||||
"Sets currentfile.offset to {0}",
|
||||
currentfile.Offset);
|
||||
DicConsole.DebugWriteLine("CDRWin plugin",
|
||||
"cuetracks[currenttrack.sequence-2].sectors = {0}",
|
||||
@@ -674,7 +674,7 @@ namespace DiscImageChef.DiscImages
|
||||
if((index == 0 || index == 1 && !currenttrack.Indexes.ContainsKey(0)) &&
|
||||
currenttrack.Sequence == 1)
|
||||
{
|
||||
DicConsole.DebugWriteLine("CDRWin plugin", "Sets currentfile.offset to {0} at line 559",
|
||||
DicConsole.DebugWriteLine("CDRWin plugin", "Sets currentfile.offset to {0}",
|
||||
offset * currenttrack.Bps);
|
||||
currentfile.Offset = offset * currenttrack.Bps;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user