diff --git a/tc/m_pedit.c b/tc/m_pedit.c index 86eb0ca3..26272d3c 100644 --- a/tc/m_pedit.c +++ b/tc/m_pedit.c @@ -422,6 +422,7 @@ parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) p = get_pedit_kind(k); if (NULL == p) goto bad_val; + NEXT_ARG(); res = p->parse_peopt(&argc, &argv, sel,&tkey); if (res < 0) { fprintf(stderr,"bad pedit parsing\n");