mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-23 10:17:53 +08:00
* python/py-prettyprint.c (print_stack_unless_memory_error): Add
missing ">" to message.
This commit is contained in:
@ -288,7 +288,7 @@ print_stack_unless_memory_error (struct ui_file *stream)
|
||||
make_cleanup (xfree, msg);
|
||||
|
||||
if (msg == NULL || *msg == '\0')
|
||||
fprintf_filtered (stream, _("<error reading variable"));
|
||||
fprintf_filtered (stream, _("<error reading variable>"));
|
||||
else
|
||||
fprintf_filtered (stream, _("<error reading variable: %s>"), msg);
|
||||
|
||||
|
Reference in New Issue
Block a user