partial revert previous commit

This commit is contained in:
rlar 2014-08-02 19:23:49 +02:00
parent 72779956b5
commit cea13aef16
1 changed files with 1 additions and 0 deletions

View File

@ -2165,6 +2165,7 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
/* beg will point to start of param list */
beg = skip_back_ws_(equal, s);
beg = skip_back_non_ws_(beg, s);
beg[-1] = '\0'; /* fixme can be < s */
head = xx_new_line(NULL, NULL, 0, 0);
/* create list of parameters that need to get sorted */