lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index 3940b1d49b53fcfd220ba467038757a652f2ccbf..0b96007b8ad33d13dcd41605b3b7ee565ec15ffe 100644 (file)
@@ -42,7 +42,7 @@
                "%![ft-]+_F", bt_common_field_type_id_string(_type_id), (_ft))
 
 #define BT_ASSERT_PRE_FT_HOT(_ft, _name)                               \
-       BT_ASSERT_PRE_HOT((_ft), (_name), ": +%!+_F", (_ft))
+       BT_ASSERT_PRE_HOT((_ft), (_name), ": %!+_F", (_ft))
 
 #define BT_FIELD_TYPE_COMMON_STRUCTURE_FIELD_AT_INDEX(_ft, _index)     \
        (&g_array_index(((struct bt_field_type_common_structure *) (_ft))->fields, \
This page took 0.025262 seconds and 4 git commands to generate.