subckt.c, devmodtranslate(), dupplicate code
This commit is contained in:
parent
70dca32c2d
commit
6bb93b68ac
|
|
@ -1984,6 +1984,7 @@ devmodtranslate(struct line *s, char *subname, wordlist * const orig_modnames)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
wlsub = wl_find(name, orig_modnames);
|
||||||
if (!wlsub) /* Fallback w/o subckt name before */
|
if (!wlsub) /* Fallback w/o subckt name before */
|
||||||
bxx_printf(&buffer, "%s ", name);
|
bxx_printf(&buffer, "%s ", name);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue