Skip to content

Commit

Permalink
Merge pull request #320 from JameelKaisar/master
Browse files Browse the repository at this point in the history
zimcheck: Fix J flag
  • Loading branch information
veloman-yunkan authored Aug 30, 2022
2 parents 43a80f4 + b6e5874 commit aa31029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zimcheck/zimcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int zimcheck (const std::vector<const char*>& args)
{ 0, 0, 0, 0}
};
int option_index = 0;
int c = getopt_long (argc, const_cast<char**>(argv), "ACIMFPRUXLEDHBVW:acimfpruxledhbvw:0",
int c = getopt_long (argc, const_cast<char**>(argv), "ACIJMFPRUXLEDHBVW:acijmfpruxledhbvw:0",
long_options, &option_index);
//c = getopt (argc, argv, "ACMFPRUXED");
if(c == -1)
Expand Down

0 comments on commit aa31029

Please sign in to comment.