# HG changeset patch # User jwe # Date 793643759 0 # Node ID f0c564a57b2cbb9d67612f5c14f2af69c1da8a41 # Parent 32cb143658a6450e79746336b98c0c5a439b7000 [project @ 1995-02-24 16:35:59 by jwe] diff -r 32cb143658a6 -r f0c564a57b2c scripts/image/saveimage.m --- a/scripts/image/saveimage.m Thu Feb 23 23:55:27 1995 +0000 +++ b/scripts/image/saveimage.m Fri Feb 24 16:35:59 1995 +0000 @@ -77,7 +77,7 @@ # Save image in octave image file format - eval (['save -asciii ', oct_file, ' map X']); + eval (['save -ascii ', oct_file, ' map X']); # Convert to another format if requested.