inp_fix_temper_in_param(), bug fix, failure to skip whitespace
This commit is contained in:
parent
5c50ec501d
commit
6325a4b7ab
|
|
@ -6218,6 +6218,7 @@ inp_fix_temper_in_param(struct line *deck)
|
|||
while ((*beg_tstr) != '=')
|
||||
beg_tstr--;
|
||||
beg_pstr = beg_tstr;
|
||||
beg_pstr--;
|
||||
/* go back over param name */
|
||||
while(isspace(*beg_pstr))
|
||||
beg_pstr--;
|
||||
|
|
|
|||
Loading…
Reference in New Issue