inpcom.c, bug fix, `inp_sort_params()' will do the concatenation

This commit is contained in:
rlar 2014-12-14 22:19:18 +01:00
parent ada71a6ec7
commit c09fd54a54
1 changed files with 1 additions and 0 deletions

View File

@ -2170,6 +2170,7 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
num_params++;
}
/* now sort parameters in order of dependencies */
head->li_next = NULL;
inp_sort_params(start_card, head, NULL, NULL);
/* create new ordered parameter string for subckt call */