aboutsummaryrefslogtreecommitdiffstats
path: root/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c')
-rw-r--r--cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c b/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
new file mode 100644
index 00000000000..426f1e713b9
--- /dev/null
+++ b/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c
@@ -0,0 +1,20 @@
+--- src/frontend/plotting/pvec.c.orig Fri Sep 17 17:30:10 2004
++++ src/frontend/plotting/pvec.c Fri Sep 17 17:30:33 2004
+@@ -47,8 +47,6 @@
+ case GRID_SMITHGRID:
+ strcat(buf, ", grid = smithgrid (not xformed)");
+ break;
+-
+- default:
+ }
+
+ switch (d->v_plottype) {
+@@ -60,8 +58,6 @@
+ case PLOT_POINT:
+ strcat(buf, ", plot = point");
+ break;
+-
+- default:
+ }
+ if (d->v_defcolor) {
+ sprintf(buf2, ", color = %s", d->v_defcolor);