mirror of
https://github.com/louisrubet/rpn
synced 2024-12-28 09:58:52 +01:00
#82: changed error show
This commit is contained in:
parent
f9a52927a3
commit
9842efcf20
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ public:
|
|||
ret_value ret;
|
||||
|
||||
// show last recorded error
|
||||
cerr<<s_ret_value_string[_err]<<"("<<_err<<"): "<<_err_context<<endl;
|
||||
cerr<<_err_context<<": error "<<_err<<": "<<s_ret_value_string[_err]<<endl;
|
||||
switch(_err)
|
||||
{
|
||||
case ret_internal:
|
||||
|
|
Loading…
Reference in a new issue