diff --git a/ChangeLog b/ChangeLog index 08c103d1a..196fc4051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-01 Robert Larice + * src/xspice/mif/mifgetmod.c : + mop up, in the shadow of the last two commits + 2011-05-01 Robert Larice * src/spicelib/parser/inpgmod.c , * src/xspice/mif/mifgetmod.c : diff --git a/src/xspice/mif/mifgetmod.c b/src/xspice/mif/mifgetmod.c index 1e805b2bd..5d1052279 100755 --- a/src/xspice/mif/mifgetmod.c +++ b/src/xspice/mif/mifgetmod.c @@ -203,8 +203,8 @@ char *MIFgetMod( } error = ft_sim->setModelParm (ckt, modtmp->INPmodfast, - ft_sim->devices[modtmp->INPmodType]-> - modelParms[j].id, val, NULL); + ft_sim->devices[modtmp->INPmodType]->modelParms[j].id, + val, NULL); if(error) return(INPerror(error)); break;