mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 22:10:54 -04:00
Nit
This commit is contained in:
parent
be2cff1f08
commit
35fbed4c2e
@ -355,7 +355,7 @@ class metadata_ : public metadata_v2::impl {
|
||||
for (auto e : meta_.entries()) {
|
||||
auto index = int(e.inode()) - chunk_index_offset_;
|
||||
if (index >= 0 && index < int(nlinks.size())) {
|
||||
DWARFS_NOTHROW(++nlinks.at(index));
|
||||
++DWARFS_NOTHROW(nlinks.at(index));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user