nupa_subcktcall(), use skip_non_ws()
This commit is contained in:
parent
71ac5bccc2
commit
b16a61fb7c
|
|
@ -1640,9 +1640,7 @@ nupa_subcktcall(dico_t *dico, char *s, char * const x, char * const inst_name)
|
|||
|
||||
if (alfanum(*kp) || *kp == '.') {
|
||||
/* number, identifier */
|
||||
char *hp = kp;
|
||||
while (*hp > ' ')
|
||||
hp++;
|
||||
char *hp = skip_non_ws(kp);
|
||||
pscopy(&ustr, kp, 0, (int) (hp - kp));
|
||||
jp = hp;
|
||||
} else if (*kp == '{') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue