mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Explicitly instantiate the progress-bar counter in copy-sigs
This commit is contained in:
parent
5d534dc30f
commit
9b40a46abe
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct CmdCopySigs : StorePathsCommand
|
||||||
Activity act(*logger, lvlInfo, actCopyPaths, "copying signatures");
|
Activity act(*logger, lvlInfo, actCopyPaths, "copying signatures");
|
||||||
act.setExpected(actCopyPaths, storePaths.size());
|
act.setExpected(actCopyPaths, storePaths.size());
|
||||||
|
|
||||||
std::atomic_uint64_t counter;
|
std::atomic_uint64_t counter = 0;
|
||||||
|
|
||||||
auto doPath = [&](const Path & storePathS) {
|
auto doPath = [&](const Path & storePathS) {
|
||||||
checkInterrupt();
|
checkInterrupt();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue