diff options
-rw-r--r-- | bpkg/pkg-verify.cxx | 4 | ||||
-rw-r--r-- | bpkg/rep-fetch.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx index bb2f3b8..3d96136 100644 --- a/bpkg/pkg-verify.cxx +++ b/bpkg/pkg-verify.cxx @@ -39,7 +39,7 @@ namespace bpkg { ifdstream is (move (pr.second.in_ofd), fdstream_mode::skip); manifest_parser mp (is, mf.string ()); - package_manifest m (pkg_package_manifest (mp, iu)); + package_manifest m (mp, iu); is.close (); if (wait ()) @@ -129,7 +129,7 @@ namespace bpkg { ifdstream ifs (mf); manifest_parser mp (ifs, mf.string ()); - package_manifest m (pkg_package_manifest (mp, iu)); + package_manifest m (mp, iu); // We used to verify package directory is <name>-<version> but it is // not clear why we should enforce it in this case (i.e., the user 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. // |