From bug-octave-request at bevo dot che dot wisc dot edu Thu Sep 14 01:02:19 1995 Subject: saveimage bug From: "John Lane Moss" To: bug-octave at che dot utexas dot edu Date: Thu, 14 Sep 1995 02:02:13 -0400 I'm using octave v 1.1.1 which is on the InfoMagic Linux CD released in March. The bug is line 80 of saveimage.m, which reads eval (['save -asciii ', oct_file, ' map X']); I think this is what kept saving files named "-ascii" I fixed it to read eval (['save -ascii ', oct_file, ' map X']); and it seems to work fine. Thanks for such a nice product, -Lane Moss -- "The good Christian should beware of mathematicians and all those who make empty prophecies. The danger already exists that mathematicians have made a covenant with the devil to darken the spirit and confine man in the bonds of Hell." -- St. Augustine