summaryrefslogtreecommitdiff
path: root/cad/spice/files/patch-src_lib_fte_outitf_c
blob: dda84bc00665aee3342a2c49761a5b7491b93dd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;