inpcom.c, inp_add_control_section(), emphasise two assertions
This commit is contained in:
parent
5cd88a3fc5
commit
ec3198b1a9
|
|
@ -1398,8 +1398,10 @@ inp_add_control_section(struct line *deck, int *line_number)
|
|||
found_control = FALSE;
|
||||
|
||||
if (!found_run) {
|
||||
// prev_card->li_next === c
|
||||
prev_card->li_next = xx_new_line(c, copy("run"), (*line_number)++, 0);
|
||||
prev_card = prev_card->li_next;
|
||||
// again: prev_card->li_next === c
|
||||
found_run = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue