inpcom.c, inp_chk_for_multi_in_vcvs(), #1/6, skip lines

This commit is contained in:
rlar 2017-04-21 20:16:42 +02:00
parent e81560de1a
commit c83b0544de
1 changed files with 2 additions and 0 deletions

View File

@ -1357,6 +1357,8 @@ inp_chk_for_multi_in_vcvs(struct line *c, int *line_number)
c->li_next = a_card;
a_card->li_next = model_card;
model_card->li_next = next_card;
// skip these two new cards
c = model_card;
}
}
}