mirror of
https://github.com/louisrubet/rpn
synced 2025-01-16 03:41:28 +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;
|
ret_value ret;
|
||||||
|
|
||||||
// show last recorded error
|
// 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)
|
switch(_err)
|
||||||
{
|
{
|
||||||
case ret_internal:
|
case ret_internal:
|
||||||
|
|
Loading…
Reference in a new issue