diff --git a/term/paragraph.c b/term/paragraph.c index bab62b2..e4433e7 100644 --- a/term/paragraph.c +++ b/term/paragraph.c @@ -153,7 +153,7 @@ static fx_status print_paragraph_tty( indent(format, tty, left_margin); } - fx_tty_puts(tty, 0, fx_string_ptr(line)); + fx_tty_puts(tty, 0, fx_string_get_cstr(line)); fx_tty_putc(tty, 0, '\n'); need_indent = true; }