aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-16 10:32:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-16 10:32:58 +0300
commit5f75406495f06b75eb10b3456a1ca550f4e55b61 (patch)
tree6a452dbcb3df90d8c57a10a2e16a5914cfdc2a44 /bpkg/rep-fetch.cxx
parent9ffd711094b68d8ce5bb464621020ccc993d787c (diff)
Use package_manifest() ctor
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 00454f9..343f97b 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -210,7 +210,7 @@ namespace bpkg
{
ifdstream ifs (f);
manifest_parser mp (ifs, f.string ());
- package_manifest m (pkg_package_manifest (mp, iu));
+ package_manifest m (mp, iu);
// Save the package manifest, preserving its location.
//