From 6a6a52ebbe598d6826326c3d59c076d8bec76749 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 1 May 2011 17:32:41 +0000 Subject: [PATCH] mop up, in the shadow of the last two commits --- ChangeLog | 4 ++++ src/xspice/mif/mifgetmod.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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;