subckt.c: enable correct model renaming for inductors

This commit is contained in:
h_vogt 2013-05-09 11:43:37 +02:00 committed by rlar
parent f102bd985d
commit d4e5d1f836
1 changed files with 1 additions and 0 deletions

View File

@ -1816,6 +1816,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);