From 937aaf25741fb2ed5ae1bb7841c11702c5a51ded Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 11:20:17 +0200 Subject: Print status of all held packages in pkg-status if no packages were specified --- bpkg/manifest-utility.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/manifest-utility.hxx') diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx index ee73c4a..e7bc149 100644 --- a/bpkg/manifest-utility.hxx +++ b/bpkg/manifest-utility.hxx @@ -41,6 +41,8 @@ namespace bpkg return parse_package_name (s.c_str ()); } + // Return empty version if none is specified. + // version parse_package_version (const char*); -- cgit v1.1