namespace the variant functions
[babeltrace.git] / formats / ctf-text / types / variant.c
index 89d518a9455fefba77c1298d15b29cffed104560..e7e50ace953ca03d16bba960c206589bf5c6ff82 100644 (file)
@@ -52,7 +52,7 @@ int ctf_text_variant_write(struct stream_pos *ppos, struct definition *definitio
        }
        field_nr_saved = pos->field_nr;
        pos->field_nr = 0;
-       ret = variant_rw(ppos, definition);
+       ret = bt_variant_rw(ppos, definition);
        if (!pos->dummy) {
                pos->depth--;
                if (pos->depth >= 0) {
This page took 0.022677 seconds and 4 git commands to generate.