X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fmip.c;h=0252e5ead540350550fc6d725fe5135e71fc61b9;hb=d5b13b9b6a434797f856547be1ca6a59f70ba530;hp=d32e8054d1f70b47d943aa82918d052ad932f79f;hpb=0a83319b57c7f5d1f37a8c1af9a39daf6d503122;p=babeltrace.git diff --git a/src/lib/graph/mip.c b/src/lib/graph/mip.c index d32e8054..0252e5ea 100644 --- a/src/lib/graph/mip.c +++ b/src/lib/graph/mip.c @@ -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 +