mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Code cleanup.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace DiscImageChef
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
int counter = 0;
|
||||
int counter = 0;
|
||||
int subcounter = 0;
|
||||
for(long i = 0; i < array.LongLength; i++)
|
||||
{
|
||||
@@ -84,7 +84,7 @@ namespace DiscImageChef
|
||||
|
||||
if(counter == width - 1)
|
||||
{
|
||||
counter = 0;
|
||||
counter = 0;
|
||||
subcounter = 0;
|
||||
}
|
||||
else counter++;
|
||||
|
||||
Reference in New Issue
Block a user