diff src/pt-mat.cc @ 9689:34d6f005db4b

eliminate is_string argument from octave_value character array constructors
author John W. Eaton <jwe@octave.org>
date Mon, 05 Oct 2009 00:11:07 -0400
parents 1fddcf651559
children fecebef27388
line wrap: on
line diff
--- a/src/pt-mat.cc
+++ b/src/pt-mat.cc
@@ -920,7 +920,7 @@
 
 	  SINGLE_TYPE_CONCAT (charNDArray, char_array_value);
 
-	  retval = octave_value (result, true, type);
+	  retval = octave_value (result, type);
 	}
       else if (result_type == "logical")
 	{