runtime: update fx api usage

This commit is contained in:
2026-06-15 17:41:08 +01:00
parent 0140f768cf
commit c68b1d2b26
4 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ enum bshell_status bshell_table_ctx_print_record(
}
size_t to_write = fx_stringstream_get_length(strm);
const char *s = fx_stringstream_ptr(strm);
const char *s = fx_stringstream_get_cstr(strm);
bool overflow = false;
if (to_write > c->col_width) {
to_write = c->col_width - 2;