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;
|
char *hp = kp;
|
||||||
while (*kp > ' ')
|
while (*kp > ' ')
|
||||||
kp++;
|
kp++;
|
||||||
pscopy(&ustr, t_p, (int) (hp - t_p), (int) (kp - hp));
|
pscopy(&ustr, hp, 0, (int) (kp - hp));
|
||||||
jp = kp;
|
jp = kp;
|
||||||
} else if (*kp == '{') {
|
} else if (*kp == '{') {
|
||||||
jp = getexpress(NULL, &ustr, jp);
|
jp = getexpress(NULL, &ustr, jp);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue