diff options
Diffstat (limited to 'gdb/guile/scm-pretty-print.c')
-rw-r--r-- | gdb/guile/scm-pretty-print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/guile/scm-pretty-print.c b/gdb/guile/scm-pretty-print.c index 0bbcc4d..e08202c 100644 --- a/gdb/guile/scm-pretty-print.c +++ b/gdb/guile/scm-pretty-print.c @@ -675,8 +675,8 @@ ppscm_print_string_repr (SCM printer, enum display_hint hint, { struct type *type = builtin_type (gdbarch)->builtin_char; - LA_PRINT_STRING (stream, type, (gdb_byte *) string.get (), - length, NULL, 0, options); + language->printstr (stream, type, (gdb_byte *) string.get (), + length, NULL, 0, options); } else { |