Skip to content

Commit

Permalink
Don't erroneously crash out if the t and s parameters are omitted fro…
Browse files Browse the repository at this point in the history
…m the rpm

command.
  • Loading branch information
davidgiven committed Oct 14, 2019
1 parent 658e2b7 commit e9670e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fe-rpm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ static FlagGroup flags;
static DataSpecFlag source(
{ "--source", "-s" },
"source for data",
":d=0");
":d=0:t=0:s=0");

int mainRpm(int argc, const char* argv[])
{
Expand Down

0 comments on commit e9670e2

Please sign in to comment.