mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Remove redundant parentheses.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace DiscImageChef.Core
|
||||
byte[] data;
|
||||
long position = 0;
|
||||
InitProgress();
|
||||
while(position < (fi.Length - 1048576))
|
||||
while(position < fi.Length - 1048576)
|
||||
{
|
||||
data = new byte[1048576];
|
||||
fs.Read(data, 0, 1048576);
|
||||
|
||||
Reference in New Issue
Block a user