From f1b5aacedf659fdc5a5ab42c0238844ba74ba56a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Apr 2022 01:58:59 +0200 Subject: fixup! C++11 and whitespace cleanups. --- src/lib/ext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3