Fix spacing
This commit is contained in:
+1
-1
@@ -1191,7 +1191,7 @@ namespace LibIRD
|
|||||||
{
|
{
|
||||||
// Skip hashing file extent if it has not yet started or already ended
|
// Skip hashing file extent if it has not yet started or already ended
|
||||||
if (FileExtents[i][j].Offset > currentSector + bufSectors
|
if (FileExtents[i][j].Offset > currentSector + bufSectors
|
||||||
|| SectorSize* FileExtents[i][j].Offset + FileExtents[i][j].Count < SectorSize * currentSector)
|
|| SectorSize * FileExtents[i][j].Offset + FileExtents[i][j].Count < SectorSize * currentSector)
|
||||||
continue;
|
continue;
|
||||||
// Determine first file byte location in buffer
|
// Determine first file byte location in buffer
|
||||||
int startByte = FileExtents[i][j].Offset > currentSector ? (int)(SectorSize * (FileExtents[i][j].Offset - currentSector)) : 0;
|
int startByte = FileExtents[i][j].Offset > currentSector ? (int)(SectorSize * (FileExtents[i][j].Offset - currentSector)) : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user