diff src/file-io.cc @ 2148:ee08cc210438

[project @ 1996-05-13 06:42:10 by jwe]
author jwe
date Mon, 13 May 1996 06:43:06 +0000
parents 91d802f77456
children d01936305d99
line wrap: on
line diff
--- a/src/file-io.cc	Mon May 13 06:15:09 1996 +0000
+++ b/src/file-io.cc	Mon May 13 06:43:06 1996 +0000
@@ -541,7 +541,7 @@
 
       octave_ostrstream ostr;
 
-      octave_stream os (&ostr);
+      octave_stream os (&ostr, true);
 
       if (os)
 	{
@@ -673,7 +673,7 @@
 
 	  octave_istrstream istr (data);
 
-	  octave_stream os (&istr);
+	  octave_stream os (&istr, true);
 
 	  if (os)
 	    {