From db213fd8d23a88e193ea94cd7d86403030e9a6f3 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 19 Nov 2016 11:52:21 +0100 Subject: [PATCH] subckt.c, devmodtranslate(), dupplicate code from above and drop a redundant piece --- src/frontend/subckt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/subckt.c b/src/frontend/subckt.c index d0a4fb791..5e00900ae 100644 --- a/src/frontend/subckt.c +++ b/src/frontend/subckt.c @@ -1921,10 +1921,10 @@ devmodtranslate(struct line *s, char *subname, wordlist * const orig_modnames) bxx_printf(&buffer, "%s ", name); tfree(name); name = gettok(&t); - wlsub = wl_find(name, orig_modnames); } #endif + wlsub = wl_find(name, orig_modnames); if (!wlsub) /* Fallback w/o subckt name before */ bxx_printf(&buffer, "%s", name); else