lib: use common precond. assert. macros from `assert-cond.h` thru lib
[babeltrace.git] / src / lib / graph / mip.c
index d32e8054d1f70b47d943aa82918d052ad932f79f..0252e5ead540350550fc6d725fe5135e71fc61b9 100644 (file)
@@ -179,7 +179,7 @@ bt_get_greatest_operative_mip_version(
        int status = BT_FUNC_STATUS_OK;
 
        BT_ASSERT_PRE_NO_ERROR();
-       BT_ASSERT_PRE_NON_NULL(comp_descr_set, "Component descriptor set");
+       BT_ASSERT_PRE_COMP_DESCR_SET_NON_NULL(comp_descr_set);
        BT_ASSERT_PRE_NON_NULL(operative_mip_version,
                "Operative MIP version (output)");
        BT_ASSERT_PRE(comp_descr_set->sources->len +
This page took 0.024008 seconds and 4 git commands to generate.