subckt.c, devmodtranslate(), dupplicate code

This commit is contained in:
rlar 2016-11-19 11:52:21 +01:00
parent 70dca32c2d
commit 6bb93b68ac
1 changed files with 1 additions and 0 deletions

View File

@ -1984,6 +1984,7 @@ devmodtranslate(struct line *s, char *subname, wordlist * const orig_modnames)
}
#endif
wlsub = wl_find(name, orig_modnames);
if (!wlsub) /* Fallback w/o subckt name before */
bxx_printf(&buffer, "%s ", name);
else