diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index c0f8a58..02307c1 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -2544,7 +2544,7 @@ show_convenience (const char *ignore, int from_tty) } CATCH (ex, RETURN_MASK_ERROR) { - fprintf_filtered (gdb_stdout, _("<error: %s>"), ex.message); + fprintf_filtered (gdb_stdout, _("<error: %s>"), ex.what ()); } END_CATCH |