mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 15:26:19 -04:00
Fix chunk count in progress
This commit is contained in:
parent
11589d04f0
commit
e89401291e
@ -625,6 +625,7 @@ void block_manager_<LoggerPolicy>::segment_and_add_data(inode& ino, mmif& mm,
|
|||||||
finish_chunk(ino);
|
finish_chunk(ino);
|
||||||
|
|
||||||
ino.add_chunk(block_num, match_off, match_len);
|
ino.add_chunk(block_num, match_off, match_len);
|
||||||
|
prog_.chunk_count++;
|
||||||
written += match_len;
|
written += match_len;
|
||||||
|
|
||||||
prog_.saved_by_segmentation += match_len;
|
prog_.saved_by_segmentation += match_len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user