nupa_subcktcall(), use skip_non_ws()

This commit is contained in:
rlar 2017-11-25 15:11:07 +01:00
parent fa1c710f68
commit 06b71fe2d2
1 changed files with 1 additions and 2 deletions

View File

@ -1582,8 +1582,7 @@ nupa_subcktcall(dico_t *dico, char *s, char *x, char *inst_name)
skip over instance name -- fixes bug where instance 'x1' is
same name as subckt 'x1'
*/
while (*x && *x != ' ')
x++;
x = skip_non_ws(x);
scopy_up(&tstr, x);
j = 0;