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