subckt.c, translate(), #4/8 don't append trailing whitespace

This commit is contained in:
rlar 2016-11-20 18:46:57 +01:00
parent 1f31f73295
commit 7169ad4bfa
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ translate(struct line *deck, char *formal, char *actual, char *scname, const cha
/* copy in the last token, which is the model name */
if (name) {
bxx_printf(&buffer, "%s ", name);
bxx_printf(&buffer, "%s", name);
tfree(name);
}
/* Set s to null string for compatibility with code */