aboutsummaryrefslogtreecommitdiffstats
path: root/cad/spice/files/patch-bb
blob: 864d6f4ba39a6cf38e10563e33dd991c5c6736a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/lib/fte/doplot.c.orig	Sun Apr 25 23:48:45 1993
+++ src/lib/fte/doplot.c	Mon Feb 26 18:03:20 2001
@@ -117,7 +117,7 @@
     }
 
     if (!cp_getvar("hcopydevtype", VT_STRING, buf)) {
-        devtype = "plot5";
+        devtype = "postscript";
     } else {
         devtype = buf;
     }