fix_910_remote_io_block+1
This commit is contained in:
parent
c02b799fe0
commit
4852bd2ab2
@ -1896,7 +1896,7 @@ namespace Exiv2 {
|
||||
return EOF;
|
||||
}
|
||||
|
||||
size_t expectedBlock = (p_->idx_ + 1)/p_->blockSize_;
|
||||
size_t expectedBlock = p_->idx_/p_->blockSize_;
|
||||
// connect to the remote machine & populate the blocks just in time.
|
||||
p_->populateBlocks(expectedBlock, expectedBlock);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user