diff src/DLD-FUNCTIONS/hex2num.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 7c02ec148a3c
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/hex2num.cc	Sun Oct 04 01:04:29 2009 -0400
+++ b/src/DLD-FUNCTIONS/hex2num.cc	Mon Oct 05 00:11:07 2009 -0400
@@ -177,8 +177,8 @@
 		  m.elem (i, j) = ch;
 		}
 	    }
-	  
-	  retval = octave_value (m, true);
+
+	  retval = m;
 	}
     }