Skip to content

Commit

Permalink
cplc: init structures, fix parameter number in fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 31, 2017
1 parent 9a7fee2 commit 3f96ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/cplc/cplc.c
Expand Up @@ -203,7 +203,7 @@ static int fixup_cpl_run_script3(void** param, int param_no)
{
if (param_no==1 || param_no==2) {
return fixup_cpl_run_script(param, param_no);
} else if (param_no==2) {
} else if (param_no==3) {
return fixup_spve_null(param, 1);
}
return 0;
Expand Down

0 comments on commit 3f96ede

Please sign in to comment.