0ec10e2e24
Applied several patches from this website: http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html specifically fixes for: - Where command causes crashes - Recognition of scale factors in arbitrary source - Current Controlled Switch in subckt, parsing error - Noise analysis bug - Save segmentation faults - BSIM1 model xpart parameter random - Tran analysis default TSTEP PR: ports/143727 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
11 lines
326 B
Text
11 lines
326 B
Text
--- src/lib/fte/outitf.c.orig 2010-02-09 15:49:01.000000000 +0000
|
|
+++ src/lib/fte/outitf.c 2010-02-09 15:49:55.000000000 +0000
|
|
@@ -353,7 +353,7 @@
|
|
|
|
data->name = copy(name);
|
|
|
|
- unique = devname;
|
|
+ unique = copy(devname);
|
|
INPinsert(&unique, (INPtables *) ft_curckt->ci_symtab);
|
|
data->specName = unique;
|
|
|