mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 23:36:06 +08:00
Always call the wrap_here method
This changes all existing calls to wrap_here to call the method on the appropriate ui_file instead. The choice of ui_file is determined by context.
This commit is contained in:
@ -474,7 +474,7 @@ print_children (PyObject *printer, const char *hint,
|
||||
print_spaces_filtered (2 + 2 * recurse, stream);
|
||||
}
|
||||
else
|
||||
wrap_here (2 + 2 *recurse);
|
||||
stream->wrap_here (2 + 2 *recurse);
|
||||
}
|
||||
|
||||
if (is_map && i % 2 == 0)
|
||||
|
Reference in New Issue
Block a user