Browse Source

inpcom.c, bug fix, expr_w_temper missing reset

pre-master-46
rlar 9 years ago
parent
commit
5513d8bdf3
  1. 1
      src/frontend/inpcom.c

1
src/frontend/inpcom.c

@ -5391,6 +5391,7 @@ inp_temper_compat(struct line *card)
int skip_control = 0;
char *beg_str, *end_str, *beg_tstr, *end_tstr, *exp_str;
expr_w_temper = FALSE;
for (; card; card = card->li_next) {
char *new_str = NULL;

Loading…
Cancel
Save