aboutsummaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-src_lib_sced_scedintr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cad/jspice3/files/patch-src_lib_sced_scedintr.c')
-rw-r--r--cad/jspice3/files/patch-src_lib_sced_scedintr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/jspice3/files/patch-src_lib_sced_scedintr.c b/cad/jspice3/files/patch-src_lib_sced_scedintr.c
deleted file mode 100644
index 7c7ef1124d9b..000000000000
--- a/cad/jspice3/files/patch-src_lib_sced_scedintr.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/sced/scedintr.c.orig 2001-05-01 20:54:05.000000000 +0000
-+++ src/lib/sced/scedintr.c
-@@ -1009,7 +1009,7 @@ char *string;
- strcat(TypeOut,string);
- else
- strcat(TypeOut,"\n");
-- if (strchr(TypeOut,'\n') == NULL) return;
-+ if (strchr(TypeOut,'\n') == NULL) return (False);
- if (MoreLine(TypeOut))
- EnableMore(False);
- *TypeOut = '\0';