summaryrefslogtreecommitdiff
path: root/hadori.C
diff options
context:
space:
mode:
Diffstat (limited to 'hadori.C')
-rw-r--r--hadori.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadori.C b/hadori.C
index b5e1a57..9abd40b 100644
--- a/hadori.C
+++ b/hadori.C
@@ -91,7 +91,7 @@ void handle_file(std::string const & path, struct stat const & s) {
to_link.erase(s.st_ino);
return;
}
- inode f(path, s);
+ inode f{path, s};
debug << f << " is new to us" << std::endl;
for (auto const & it : sizes.equal_range(s.st_size)) {
inode const & candidate = kept.find(it.second)->second;