freebsd-ports/cad/spice/files/patch-src_lib_fte_outitf_c
Philip M. Gollucci 0ec10e2e24 -Clean some warnings by using string.h instead of strings.h
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>
2010-02-11 19:40:33 +00:00

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;