diff src/ov-re-sparse.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 bcdf878e2686
children f80c566bc751
line wrap: on
line diff
--- a/src/ov-re-sparse.cc
+++ b/src/ov-re-sparse.cc
@@ -239,7 +239,8 @@
 		    static_cast<char> (ival);
 		}
 	  }
-      retval = octave_value (chm, true, type);
+
+      retval = octave_value (chm, type);
     }
 
   return retval;