runtime: update fx api usage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user