octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0.4 last call for patches


From: Daniel J Sebald
Subject: Re: 3.0.4 last call for patches
Date: Tue, 13 Jan 2009 01:43:01 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Jaroslav Hajek wrote:

If you care for a particular patch to be transplanted to 3.0.4
(bugfixes only), please point me to it.

This one...

Dan

diff -Pur octave/scripts/ChangeLog octave-mod/scripts/ChangeLog
--- octave/scripts/ChangeLog    2009-01-02 23:59:33.587408393 -0600
+++ octave-mod/scripts/ChangeLog        2009-01-03 00:03:01.759482405 -0600
@@ -1,3 +1,7 @@
+2009-01-02  Daniel J Sebald <address@hidden>
+
+       * plot/gnuplot_drawnow.m: Fix for handling options.
+
 2008-12-29  David Bateman  <address@hidden>
 
        * goemetry/voronoi.m: Speed up and handle dense grids.
diff -Pur octave/scripts/plot/gnuplot_drawnow.m 
octave-mod/scripts/plot/gnuplot_drawnow.m
--- octave/scripts/plot/gnuplot_drawnow.m       2009-01-02 23:57:07.034926535 
-0600
+++ octave-mod/scripts/plot/gnuplot_drawnow.m   2009-01-03 00:00:52.785377647 
-0600
@@ -200,7 +200,7 @@
         ## for terminals cdr/corel
         term_str = sprintf ("%s %s", term_str, size_str);
       end
-      if (nargin > 4 && ischar (opts_str))
+      if (nargin > 2 && ischar (opts_str))
         ## Options must go last
         term_str = sprintf ("%s %s", term_str, opts_str);
       endif

reply via email to

[Prev in Thread] Current Thread [Next in Thread]