summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-03 01:58:59 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-03 01:58:59 +0200
commitf1b5aacedf659fdc5a5ab42c0238844ba74ba56a (patch)
treeab41f58144bda078f96ce23f6328bd36cbd18dc6
parent194c2ac76b4bb4fc9fae5bc21d4e221ed194d444 (diff)
fixup! C++11 and whitespace cleanups.bring-216x-closer-to-main
-rw-r--r--src/lib/ext.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ext.cc b/src/lib/ext.cc
index 864a3e2e3..af5229f72 100644
--- a/src/lib/ext.cc
+++ b/src/lib/ext.cc
@@ -249,7 +249,7 @@ copy (boost::filesystem::path from, boost::filesystem::path to, uint64_t& total_
set_timestamps_to_now (cr);
for (auto i: directory_iterator(from)) {
- copy (i->path(), cr, total_remaining, total, copied_files, nanomsg);
+ copy (i.path(), cr, total_remaining, total, copied_files, nanomsg);
}
} else {
string const write_digest = write (from, cr, total_remaining, total, nanomsg);