inp_fix_temper_in_param(), bug fix, failure to skip whitespace

This commit is contained in:
rlar 2014-07-08 18:32:50 +02:00
parent 5c50ec501d
commit 6325a4b7ab
1 changed files with 1 additions and 0 deletions

View File

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