Skip to content

Commit

Permalink
Fix seg fault on illegal options (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoglet67 committed Sep 1, 2023
1 parent 810cea1 commit 4c96900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fx2pipe/fx2pipe/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int main(int argc,char **arg)
}
else
{ fprintf(stderr,"fx2pipe: unknown assignment \"%s\"\n",
ass_name[i]); ++errors; }
arg[i]); ++errors; }
continue;
}

Expand Down

0 comments on commit 4c96900

Please sign in to comment.