aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-15 11:20:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-15 11:20:17 +0200
commit937aaf25741fb2ed5ae1bb7841c11702c5a51ded (patch)
treec29dff483fb4afa618ba42d7ce8ac34805e6376c /bpkg/manifest-utility.hxx
parent1a5ea4346a96a942d80fa6c58c6dd503a3690f99 (diff)
Print status of all held packages in pkg-status if no packages were specified
Diffstat (limited to 'bpkg/manifest-utility.hxx')
-rw-r--r--bpkg/manifest-utility.hxx2
1 files changed, 2 insertions, 0 deletions
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*);