Skip to content

Commit

Permalink
[vcpkg] Fix ParagraphParser::required_field() (microsoft#12429)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe authored Jul 15, 2020
1 parent c0f7702 commit 2fdfc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/base/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace vcpkg::Parse
{
std::string out;
TextRowCol ignore;
optional_field(fieldname, {out, ignore});
required_field(fieldname, {out, ignore});
return out;
}

Expand Down

0 comments on commit 2fdfc27

Please sign in to comment.