diff --git a/src/frontend/subckt.c b/src/frontend/subckt.c index aa3dede44..2a828c32b 100644 --- a/src/frontend/subckt.c +++ b/src/frontend/subckt.c @@ -529,7 +529,7 @@ doit(struct line *deck) { * all .subckt defs found, including this one */ - if (!sss) /* if sss == FALSE, we have found no subckts. Just return. */ + if (!subs) /* we have found no subckts. Just return. */ return (deck); /* Otherwise, expand sub-subcircuits recursively. */