changeset 9452:ac1d86345d0f octave-forge

Fixed range parameter to be default empty string rather than empty numeral
author prnienhuis
date Mon, 20 Feb 2012 21:18:36 +0000
parents 7ff457d1d892
children 4fe03d4cce93
files main/io/inst/oct2xls.m
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/oct2xls.m	Sun Feb 19 17:05:11 2012 +0000
+++ b/main/io/inst/oct2xls.m	Mon Feb 20 21:18:36 2012 +0000
@@ -108,10 +108,11 @@
 ## 2011-09-08 Bug fix in range arg check; code cleanup
 ## 2011-11-18 Fixed another bug in test for range parameter being character string
 ## 2012-01-26 Fixed "seealso" help string
+## 2012-02-20 Fixed range parameter to be default empty string rather than empty numeral
 
-## Last script file update (incl. subfunctions): 2011-09-23
+## Last script file update (incl. subfunctions): 2012-02-20
 
-function [ xls, rstatus ] = oct2xls (obj, xls, wsh=1, crange=[], spsh_opts=[])
+function [ xls, rstatus ] = oct2xls (obj, xls, wsh=1, crange='', spsh_opts=[])
 
 	if (nargin < 2) error ("oct2xls needs a minimum of 2 arguments."); endif
 	# Make sure input array is a cell array