mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
b931bd4ba8
commit
7e67021fc6
|
@ -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..]
|
||||||
|
|
Loading…
Reference in New Issue