aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index 93ccbc6..f53919f 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -348,7 +348,7 @@ namespace bpkg
rep_fetch (o, t, r, root, ""); // No reason (user-added).
}
- size_t rcount, pcount;
+ size_t rcount (0), pcount (0);
if (verb)
{
rcount = db.query_value<repository_count> ();