X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FbatchAnalysis.c;h=ebb2248f8211d4ec9bb39bba5daccc82444bdaa6;hb=0bc23ba9a5357242cf0a72b12a3a3a393d248e94;hp=785ff1a86c27b45a8b2819c22c5f58bd1da98d19;hpb=9eb6aa7a42ed8d7e5b6d095bd3c31886ab5ebd33;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c index 785ff1a8..ebb2248f 100644 --- a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c +++ b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c @@ -92,7 +92,7 @@ static gboolean process_traceset(void *hook_data, void *call_data) *(value_filter.v_pointer) = lttv_filter_new(); g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str); - g_assert(lttv_filter_append_expression(*(value_filter.v_pointer),((GString*)*(value_expression.v_pointer))->str)); + lttv_filter_append_expression(*(value_filter.v_pointer),((GString*)*(value_expression.v_pointer))->str); //lttv_traceset_context_add_hooks(tc, //before_traceset, after_traceset, NULL, before_trace, after_trace,