mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:19:00 +08:00
[vcpkg] Fix ParagraphParser::required_field() (#12429)
This commit is contained in:
parent
38d635a8fe
commit
075a18b594
@ -149,7 +149,7 @@ namespace vcpkg::Parse
|
||||
{
|
||||
std::string out;
|
||||
TextRowCol ignore;
|
||||
optional_field(fieldname, {out, ignore});
|
||||
required_field(fieldname, {out, ignore});
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user