io: update write_string function references

This commit is contained in:
2026-04-20 22:05:04 +01:00
parent 6a26e00438
commit 3529e8525a
+1 -1
View File
@@ -379,7 +379,7 @@ void path_to_string(const fx_object *obj, fx_stream *out)
{
struct fx_path_p *path = fx_object_get_private(obj, FX_TYPE_PATH);
fx_stream_write_string(out, fx_string_ptr(path->p_pathstr), NULL);
fx_stream_write_cstr(out, fx_string_ptr(path->p_pathstr), NULL);
}
/*** CLASS DEFINITION *********************************************************/