Mercurial > hg > octave-nkf
diff src/help.cc @ 3538:0ff7323dab8b
[project @ 2000-02-02 12:36:25 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 12:36:37 +0000 |
parents | e8fbc8c3d6d9 |
children | 4b1a93f83264 |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -521,7 +521,7 @@ if (nm.length () > 0) cmd_buf << " --index-search " << nm; - cmd_buf << ends; + cmd_buf << std::ends; cmd_str = cmd_buf.str (); @@ -621,7 +621,7 @@ << " --force" << " --output " << tmp_file_name << " > /dev/null 2>&1" - << ends; + << std::ends; char *cmd = buf.str (); @@ -813,7 +813,7 @@ if (! ff.empty ()) { - std::ifstream fs (ff.c_str (), ios::in); + std::ifstream fs (ff.c_str (), std::ios::in); if (fs) { @@ -899,7 +899,7 @@ if (nargout == 0) { - output_buf << ends; + output_buf << std::ends; char *s = output_buf.str ();