runtime: update fx api usage
This commit is contained in:
@@ -220,7 +220,7 @@ static enum bshell_status eval_instruction(
|
||||
fx_value_unset(&y);
|
||||
|
||||
const fx_property *prop
|
||||
= fx_type_get_property(ty, fx_stringstream_ptr(strm));
|
||||
= fx_type_get_property(ty, fx_stringstream_get_cstr(strm));
|
||||
fx_stringstream_unref(strm);
|
||||
|
||||
if (!prop) {
|
||||
@@ -267,7 +267,7 @@ static enum bshell_status eval_instruction(
|
||||
fx_value_to_string(&x, strm, NULL);
|
||||
fx_string_prepend_cstr(
|
||||
result,
|
||||
fx_stringstream_ptr(strm));
|
||||
fx_stringstream_get_cstr(strm));
|
||||
fx_value_unset(&x);
|
||||
arg--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user