[OctDev] Bug in Octave 3.0.0

dbateman dbateman at free.fr
Sun Mar 30 10:03:33 CDT 2008




Dmitri A. Sergatskov wrote:
> 
> I think there is a bug in run.m (line 43).
> Instead of
> 
> 	if (! exist (s, "file") ||  ! strcmp (ext, ".m"))
> 
> There should be
> 
> 	if (! exist (f, "file") ||  ! strcmp (ext, ".m"))
> 

Oppps.. You are of course correct.

D,
-- 
View this message in context: http://www.nabble.com/Re%3A--OctDev--Bug-in-Octave-3.0.0-tp16378872p16383072.html
Sent from the Octave - Bugs mailing list archive at Nabble.com.



More information about the Bug-octave mailing list