namespace the string functions
[babeltrace.git] / formats / ctf / events.c
index 036ce46bd9ad7aae3103dc7dd6bacf89855babdd..3660c04812aada2749e3b0d1ce3c6e3357e46746 100644 (file)
@@ -601,7 +601,7 @@ char *bt_ctf_get_string(const struct definition *field)
        char *ret = NULL;
 
        if (field && bt_ctf_field_type(bt_ctf_get_decl_from_def(field)) == CTF_TYPE_STRING)
-               ret = get_string(field);
+               ret = bt_get_string(field);
        else
                bt_ctf_field_set_error(-EINVAL);
 
This page took 0.022483 seconds and 4 git commands to generate.