This commit is contained in:
voidlizard 2025-02-23 17:31:15 +03:00
parent b931bd4ba8
commit 7e67021fc6
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ blockChunksProto adapter (BlockChunks c p) = do
bsz' <- blkSize adapter h bsz' <- blkSize adapter h
maybe1 bsz' (pure ()) $ \bsz -> do maybe1 bsz' (pure ()) $ \bsz -> deferred @proto do
let offsets' = calcChunks bsz (fromIntegral size) :: [(Offset, Size)] let offsets' = calcChunks bsz (fromIntegral size) :: [(Offset, Size)]
let offsets = take (fromIntegral num) $ drop (fromIntegral n1) $ zip offsets' [0..] let offsets = take (fromIntegral num) $ drop (fromIntegral n1) $ zip offsets' [0..]