X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fcomponent-filter.c;h=df617c6866ffcd25f6d9858a6618a9d2e2fbbc86;hb=bdb288b3e94e412a33c8647d44f6cfac66ca0665;hp=20f7929ec379efe39797a14b779855fdf6502a23;hpb=185ecf645233ced089ad72b060a420e8f6f7edeb;p=babeltrace.git diff --git a/src/lib/graph/component-filter.c b/src/lib/graph/component-filter.c index 20f7929e..df617c68 100644 --- a/src/lib/graph/component-filter.c +++ b/src/lib/graph/component-filter.c @@ -65,7 +65,7 @@ bt_component_filter_borrow_class_const( { struct bt_component_class *cls; - BT_ASSERT_PRE_NON_NULL(component, "Component"); + BT_ASSERT_PRE_DEV_NON_NULL(component, "Component"); cls = component->parent.class;