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

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

[Octave-bug-tracker] [bug #45331] unpack hangs when output file exists


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45331] unpack hangs when output file exists
Date: Sat, 20 Jun 2015 17:57:15 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

Update of bug #45331 (project octave):

                  Status:               Confirmed => In Progress            
             Assigned to:                    None => philipnienhuis         

    _______________________________________________________

Follow-up Comment #8:

In gunzip.m & bunzip2.m the second input arg "dir" is [] (empty) by default.
Then, both functions have a stanza like this:

:
  if (isempty (dir))
    dir = fileparts (bzfile);
  endif
:


...which doesn't do an awful lot of things if dir = [].

Next, in unpack.m there's a problem with strcmp-ing otherwise identical paths
with and without a trailing filesep.

I'll try to make something out of this.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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