subckt.c: MOS model in subckt w/o L, W

This commit is contained in:
h_vogt 2013-05-30 21:15:44 +02:00 committed by rlar
parent 4d4d51c27b
commit 5cbdca2cc6
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
name = gettok(&t);
found = 0;
while (*t && !found) {
while (!found) {
/* Now, is this a subcircuit model? */
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next) {
/* FIXME, probably too unspecific */