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

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

[Octave-bug-tracker] [bug #64377] fullfile produces incorrect result on


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64377] fullfile produces incorrect result on empty cell array
Date: Mon, 3 Jul 2023 11:53:36 -0400 (EDT)

Update of bug #64377 (project octave):

                Category:                    None => Octave Function        
              Item Group:                    None => Regression             
                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #2:

The output in Matlab R2023a:

>> fullfile('path', {'a','b'})

ans =

  1×2 cell array

    {'path\a'}    {'path\b'}

>> fullfile('path', {})

ans =

  0×0 empty cell array


It was still working correctly in Octave 6.4.0.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64377>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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