octave-maintainers
[Top][All Lists]
Advanced

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

Error with pkg.m (== isspace does work with cell arrays anymore)


From: Michael Goffioul
Subject: Error with pkg.m (== isspace does work with cell arrays anymore)
Date: Sun, 24 Feb 2008 20:40:55 +0100

I have an error with recent mercurial code, in pkg.m. It reduces to
the fact that isspace does not work anymore on cell array of
strings. The error occurs around line 1299:

  if (! all (isspace (filenames)))

where filenames is a cell array of strings. I'm not sure what's
the correct way to fix this.

Michael.


reply via email to

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