fix: do not ignore first parameter
This commit is contained in:
parent
687c251e29
commit
ad7661849c
|
|
@ -119,8 +119,6 @@ create_model(CKTcircuit *ckt, INPmodel *modtmp, INPtables *tab)
|
|||
if (device->registry_entry){
|
||||
INPgetNetTok(&line, &parm, 1); /* throw away osdi */
|
||||
tfree(parm);
|
||||
INPgetNetTok(&line, &parm, 1); /* throw away module name */
|
||||
tfree(parm);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue