changeset 6297:a943cb9c8068

[project @ 2007-02-10 08:42:27 by jwe]
author jwe
date Sat, 10 Feb 2007 08:42:27 +0000
parents 85eb75190e01
children 4553ff6b7ec7
files src/oct-stream.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-stream.cc	Sat Feb 10 07:10:42 2007 +0000
+++ b/src/oct-stream.cc	Sat Feb 10 08:42:27 2007 +0000
@@ -2729,7 +2729,7 @@
 {
   // Note that this is not ::error () !
 
-  error (who, "stream not open for " + rw);
+  error (who, std::string ("stream not open for ") + rw);
 }
 
 octave_stream::octave_stream (octave_base_stream *bs)