nupa_subcktcall(), pscopy transform

This commit is contained in:
rlar 2016-05-16 12:15:42 +02:00
parent 7d40920bd6
commit 6ca336af85
1 changed files with 1 additions and 1 deletions

View File

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