Allow ctf-writer to use new time-keeping facilities
[babeltrace.git] / formats / ctf / ir / fields.c
index 84b8c0780639480879bbe7bb1eab19f04f552344..1a2a2c7f5d95b8a8cae94b9d7dc312bf205abc74 100644 (file)
@@ -2523,7 +2523,7 @@ bool bt_ctf_field_array_is_set(struct bt_ctf_field *field)
 
        array = container_of(field, struct bt_ctf_field_array, parent);
        for (i = 0; i < array->elements->len; i++) {
-               is_set = bt_ctf_field_validate(array->elements->pdata[i]);
+               is_set = bt_ctf_field_is_set(array->elements->pdata[i]);
                if (!is_set) {
                        goto end;
                }
This page took 0.025766 seconds and 4 git commands to generate.