Browse Source

inpcom.c, inp_stitch_continuation_lines(), rewrite for the following commit

pre-master-46
rlar 9 years ago
parent
commit
5ff5839296
  1. 3
      src/frontend/inpcom.c

3
src/frontend/inpcom.c

@ -399,7 +399,8 @@ inp_stitch_continuation_lines(struct line *working)
end->li_next = working;
tfree(s);
} else {
prev->li_actual = xx_new_line(working, s, prev->li_linenum, 0);
prev->li_actual = xx_new_line(NULL, s, prev->li_linenum, 0);
prev->li_actual->li_next = working;
}
working = prev->li_next;
break;

Loading…
Cancel
Save