nupa_subcktcall(), use skip_non_ws()

This commit is contained in:
rlar 2017-11-25 14:54:46 +01:00
parent 71ac5bccc2
commit b16a61fb7c
1 changed files with 1 additions and 3 deletions

View File

@ -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 == '{') {