subckt.c, translate(), #5/8 don't append trailing whitespace
This commit is contained in:
parent
effa37e944
commit
8563e0e8af
|
|
@ -1082,7 +1082,7 @@ translate(struct line *deck, char *formal, char *actual, char *scname, const cha
|
||||||
|
|
||||||
/* copy in the last token, which is the model name */
|
/* copy in the last token, which is the model name */
|
||||||
if (name) {
|
if (name) {
|
||||||
bxx_printf(&buffer, "%s ", name);
|
bxx_printf(&buffer, "%s", name);
|
||||||
tfree(name);
|
tfree(name);
|
||||||
}
|
}
|
||||||
/* Set s to null string for compatibility with code */
|
/* Set s to null string for compatibility with code */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue