octave-maintainers
[Top][All Lists]
Advanced

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

Re: small bug in textread


From: Jordi Gutiérrez Hermoso
Subject: Re: small bug in textread
Date: Sun, 4 Mar 2012 19:31:09 -0500

On 4 March 2012 09:29, c. <address@hidden> wrote:
> The following command triggers an error in textread:
>
> [a, b, c] = textread (f, "%f, %f, %f", "headerlines", 3);
>
> the applied patch fixes the error and adds a test for it,
> any objections if I push it?

The patch seems fine to me, but isn't it preferrable to use the "!
isempty(varagin)" idiom than numel?

- Jordi G. H.


reply via email to

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