octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49656] xlswrite error, due to uninitialized r


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #49656] xlswrite error, due to uninitialized r_extnd
Date: Mon, 21 Nov 2016 14:56:36 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #49656 (project octave):

                  Status:                    None => Confirmed              
             Assigned to:                    None => philipnienhuis         
                 Release:                   4.0.2 => other                  

    _______________________________________________________

Follow-up Comment #1:

The problem is with changeset
[http://hg.code.sf.net/p/octave/io/rev/595b04737601].

The new lines:


  if (isempty (crange) || r_extnd)
    if (r_extnd)
      tlcl = crange;
    else
     tlcl = "A1";
  endif


r_extnd is used but it defined only if nargin >= 4

Package maintainer added.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49656>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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