Browse Source

Fixed a crash with certain shared library versions

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
18e99fa30f
  1. 1
      eeschema/sim/ngspice.cpp

1
eeschema/sim/ngspice.cpp

@ -54,7 +54,6 @@ void NGSPICE::Init()
}
Command( "reset" );
Command( "remcirc" );
}

Loading…
Cancel
Save