diff --git a/src/spicelib/parser/inp2q.c b/src/spicelib/parser/inp2q.c index 7c1cc252a..45ac66e28 100644 --- a/src/spicelib/parser/inp2q.c +++ b/src/spicelib/parser/inp2q.c @@ -65,7 +65,7 @@ void INP2Q(CKTcircuit *ckt, INPtables * tab, card * current, CKTnode *gnode) for (i = 0; ; i++) { char *token; - INPgetTok(&line, &token, 1); + INPgetNetTok(&line, &token, 1); if (i >= 3 && INPlookMod(token)) { INPinsert(&token, tab); txfree(INPgetMod(ckt, token, &thismodel, tab));