mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -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()) {
|
for (auto e : meta_.entries()) {
|
||||||
auto index = int(e.inode()) - chunk_index_offset_;
|
auto index = int(e.inode()) - chunk_index_offset_;
|
||||||
if (index >= 0 && index < int(nlinks.size())) {
|
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