From c09fd54a54087a9b0be05629fd670dc868c3b592 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 14 Dec 2014 22:19:18 +0100 Subject: [PATCH] inpcom.c, bug fix, `inp_sort_params()' will do the concatenation --- src/frontend/inpcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index ec8298fc3..9bd35fb04 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -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 */