# HG changeset patch # User Rik # Date 1449948118 28800 # Node ID 90f24118894118972825dd5e6ceb0dd734b967ea # Parent 7810a10772e0fc1718f82e8523c98951f8722ab0 2015 Code Sprint: toplev.cc: use ovl (). diff -r 7810a10772e0 -r 90f241188941 libinterp/corefcn/toplev.cc --- a/libinterp/corefcn/toplev.cc Sat Dec 12 11:21:47 2015 -0800 +++ b/libinterp/corefcn/toplev.cc Sat Dec 12 11:21:58 2015 -0800 @@ -960,8 +960,7 @@ else cmd_status = 127; - retval(1) = output_buf.str (); - retval(0) = cmd_status; + retval = ovl (cmd_status, output_buf.str ()); } else error ("system: unable to start subprocess for '%s'", cmd_str.c_str ());