Skip to content

Commit

Permalink
parameter count
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Oct 20, 2024
1 parent c3d79a6 commit f55868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.0/plink2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,7 @@ int main(int argc, char** argv) {
pc.command_flags1 |= kfCommand1Hardy;
pc.dependency_flags |= kfFilterAllReq;
} else if (strequal_k_unsafe(flagname_p2, "we")) {
if (unlikely(EnforceParamCtRange(argvk[arg_idx], param_ct, 1, 3))) {
if (unlikely(EnforceParamCtRange(argvk[arg_idx], param_ct, 1, 4))) {
goto main_ret_INVALID_CMDLINE_2A;
}
uint32_t thresh_seen = 0;
Expand Down

0 comments on commit f55868b

Please sign in to comment.