aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index e27af54..bba616f 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -1665,7 +1665,7 @@ namespace bpkg
// manifest_parsing otherwise.
//
auto parse_list = [&bad_name, &bad_value] (const string& v,
- strings& r,
+ small_vector<string, 5>& r,
char delim,
bool single_word,
bool truncate,