diff options
-rw-r--r-- | Remote/Helper/Chunked.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Chunked.hs b/Remote/Helper/Chunked.hs index 129db3281..9482153d1 100644 --- a/Remote/Helper/Chunked.hs +++ b/Remote/Helper/Chunked.hs @@ -172,7 +172,7 @@ seekResume h chunkkeys checker = do | pos >= sz = do -- All chunks are already stored! liftIO $ hSeek h AbsoluteSeek sz - return (cks', toBytesProcessed sz) + return (cks, toBytesProcessed sz) | otherwise = do v <- checker k case v of |