ds: array: update to_string() to use new b_stream interface
This commit is contained in:
@@ -307,7 +307,7 @@ static void array_fini(b_object *obj, void *priv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void array_to_string(const b_object *obj, struct b_stream *out)
|
static void array_to_string(const b_object *obj, b_stream *out)
|
||||||
{
|
{
|
||||||
struct b_array_p *array = b_object_get_private(obj, B_TYPE_ARRAY);
|
struct b_array_p *array = b_object_get_private(obj, B_TYPE_ARRAY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user