diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-04-23 18:32:03 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-04-23 18:32:03 +0200 |
commit | 7bb00e45cc6fcfa85514bf4e645b0cedebbc0216 (patch) | |
tree | fb4a7acaae8b7a46bc1e795d3968f6beea0fa9ba /hadori.C | |
parent | 9d0562d22cef95b0db1af30e199a371670ca8050 (diff) | |
download | hadori-7bb00e45cc6fcfa85514bf4e645b0cedebbc0216.tar.gz |
use agg init and drop unnecessary stuff
Diffstat (limited to 'hadori.C')
-rw-r--r-- | hadori.C | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |