subckt.c, undo a bogous hunk from commit "beautify code", Dec 16 2011

This commit is contained in:
rlar 2016-11-19 13:21:00 +01:00
parent f9019a5576
commit f338dfe27e
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ translate(struct line *deck, char *formal, char *actual, char *scname, const cha
if (ch != 'x')
bxx_printf(&buffer, "%c.%s.%s ", ch, scname, name);
else
bxx_printf(&buffer, "%s ", scname);
bxx_printf(&buffer, "%s.%s ", scname, name);
tfree(t);
} /* while (nnodes--. . . . */