diff --git a/src/xspice/evt/evtplot.c b/src/xspice/evt/evtplot.c index 96e3b8cc2..33cb232e9 100644 --- a/src/xspice/evt/evtplot.c +++ b/src/xspice/evt/evtplot.c @@ -106,6 +106,8 @@ struct dvec *EVTfindvec( return(NULL); if(! g_mif_info.ckt->evt) return(NULL); + if(! g_mif_info.ckt->evt->info.node_table) + return(NULL); if(g_mif_info.ckt->evt->counts.num_nodes == 0) return(NULL);