changeset 1136:f0c564a57b2c

[project @ 1995-02-24 16:35:59 by jwe]
author jwe
date Fri, 24 Feb 1995 16:35:59 +0000
parents 32cb143658a6
children 5579a520c519
files scripts/image/saveimage.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.