# HG changeset patch # User jwe # Date 1171096947 0 # Node ID a943cb9c80684ee381b3ed32230654c8e4e62b64 # Parent 85eb75190e01c317c42f4b81bc8766e2320bd096 [project @ 2007-02-10 08:42:27 by jwe] diff -r 85eb75190e01 -r a943cb9c8068 src/oct-stream.cc --- 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)