Fix: Incorrect variant tag validation
[babeltrace.git] / formats / ctf / writer / event-fields.c
index c4d1b968587e33f00f24f8efe0c0658c201e6ba6..461888f9b09498e0ea558d9b39b2ccd3aa46ce7f 100644 (file)
@@ -445,7 +445,7 @@ struct bt_ctf_field *bt_ctf_field_variant_get_field(struct bt_ctf_field *field,
        tag_enum_integer = container_of(tag_enum, struct bt_ctf_field_integer,
                parent);
 
-       if (!bt_ctf_field_validate(variant->tag)) {
+       if (bt_ctf_field_validate(tag_field) < 0) {
                goto end;
        }
 
This page took 0.025581 seconds and 4 git commands to generate.