changeset 1506:3a66934240ea

[project @ 1995-10-03 03:26:13 by jwe]
author jwe
date Tue, 03 Oct 1995 03:26:13 +0000
parents 7b665f9a97fa
children 79ca6398b78e
files src/variables.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Tue Oct 03 03:14:49 1995 +0000
+++ b/src/variables.cc	Tue Oct 03 03:26:13 1995 +0000
@@ -1673,9 +1673,9 @@
     "path to gnuplot binary");
 
 #ifdef GNUPLOT_HAS_MULTIPLOT
-  char *with_multiplot = 1.0;
+  double with_multiplot = 1.0;
 #else
-  char *with_multiplot = 0.0;
+  double with_multiplot = 0.0;
 #endif
 
   DEFVAR ("gnuplot_has_multiplot", SBV_gnuplot_has_multiplot,