# HG changeset patch # User jwe # Date 812690773 0 # Node ID 3a66934240ea882e2c92b34478befcc6cf423447 # Parent 7b665f9a97fa4b1482c5b7cff046817e405ca676 [project @ 1995-10-03 03:26:13 by jwe] diff -r 7b665f9a97fa -r 3a66934240ea src/variables.cc --- 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,