subckt.c: enable correct model renaming for inductors

This commit is contained in:
h_vogt 2013-05-09 11:43:37 +02:00
parent cb6fe6389c
commit 817ada1e1b
1 changed files with 1 additions and 0 deletions

View File

@ -1815,6 +1815,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
case 'r':
case 'c':
case 'l':
name = gettok(&t); /* get refdes */
(void) sprintf(buffer, "%s ", name);
tfree(name);