io: update write_string function references
This commit is contained in:
@@ -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 *********************************************************/
|
||||
|
||||
Reference in New Issue
Block a user