Don't check .params as they will fall through anyway.

This commit is contained in:
Holger Vogt 2025-07-27 16:39:00 +02:00
parent db8ec9baf4
commit 955b379932
1 changed files with 4 additions and 0 deletions

View File

@ -838,6 +838,10 @@ INP2dot(CKTcircuit *ckt, INPtables *tab, struct card *current, TSKtask *task, CK
/* don't have to do anything, since models were all done in
* pass 1 */
goto quit;
} else if (strcmp(token, ".param") == 0) {
/* don't have to do anything, since params were all done
* elsewhere */
goto quit;
} else if ((strcmp(token, ".width") == 0) ||
strcmp(token, ".print") == 0 || strcmp(token, ".plot") == 0) {
/* obsolete - ignore */