Mercurial > hg > octave-lojdl
diff src/load-save.cc @ 5322:22994a5730f9
[project @ 2005-04-29 13:04:24 by dbateman]
author | dbateman |
---|---|
date | Fri, 29 Apr 2005 13:04:25 +0000 |
parents | 84b72a402b86 |
children | 05adf9de7657 |
line wrap: on
line diff
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -1151,6 +1151,10 @@ { use_zlib = true; } + else if (argv[i] == "-nozip" || argv[i] == "-nz") + { + use_zlib = false; + } #endif else break; @@ -1507,7 +1511,13 @@ @itemx -z\n\ Use the gzip algorithm to compress the file. This works equally on files that\n\ are compressed with gzip outside of octave, and gzip can equally be used to\n\ -convert the files for backward compatibility" +convert the files for backward compatibility." + +HAVE_ZLIB_HELP_STRING + +"@item -nozip\n\ +@itemx -nz\n\ +Disable the use of the file compression." HAVE_ZLIB_HELP_STRING