diff src/oct-stream.cc @ 5476:941f0fc6b596

[project @ 2005-09-29 22:46:07 by jwe]
author jwe
date Thu, 29 Sep 2005 22:49:43 +0000
parents 7bdddf96f028
children 9b4d9dbe88f7
line wrap: on
line diff
--- a/src/oct-stream.cc	Wed Sep 28 21:16:15 2005 +0000
+++ b/src/oct-stream.cc	Thu Sep 29 22:49:43 2005 +0000
@@ -2323,7 +2323,9 @@
 	{
 	  octave_value tmp_val = values (val_idx);
 
-	  curr_val = tmp_val.array_value ();
+	  // Force string conversion here for compatibility.
+
+	  curr_val = tmp_val.array_value (true);
 
 	  if (! error_state)
 	    {