term: update string api usage

This commit is contained in:
2026-05-02 14:31:00 +01:00
parent d24592dde4
commit 15a9147e15
+1 -1
View File
@@ -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;
}