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
@@ -144,7 +144,7 @@ static enum bshell_status process_record(
}
fx_string *record = fx_string_create_from_cstr(
fx_stringstream_ptr(cmd_p->cmd_tmp));
fx_stringstream_get_cstr(cmd_p->cmd_tmp));
bshell_pipeline_write_value(
pipeline,
FX_VALUE_OBJECT(record),