diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 52cee4e..7e15551 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -85,7 +85,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e) else { end++; - ui_file_write (file, start, end - start); + file->write (start, end - start); } } fprintf_filtered (file, "\n"); |