nupa_subcktcall(), pscopy transform
This commit is contained in:
parent
7d40920bd6
commit
6ca336af85
|
|
@ -1643,7 +1643,7 @@ nupa_subcktcall(dico_t *dico, char *s, char * const x, char * const inst_name)
|
|||
char *hp = kp;
|
||||
while (*kp > ' ')
|
||||
kp++;
|
||||
pscopy(&ustr, t_p, (int) (hp - t_p), (int) (kp - hp));
|
||||
pscopy(&ustr, hp, 0, (int) (kp - hp));
|
||||
jp = kp;
|
||||
} else if (*kp == '{') {
|
||||
jp = getexpress(NULL, &ustr, jp);
|
||||
|
|
|
|||
Loading…
Reference in New Issue