inpcom.c, bug fix, expr_w_temper missing reset

This commit is contained in:
rlar 2017-03-26 11:18:35 +02:00
parent c920946c73
commit 5513d8bdf3
1 changed files with 1 additions and 0 deletions

View File

@ -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;