X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextFilter.c;h=f8a2ea4533ba92b25d09fbf317a39f9d114debac;hb=8ff6243c8bafa3a9c7bddbea54b8e9884c0707ca;hp=db0f348414472d41dc9b9fb16261dccef01ac0b9;hpb=56e2912466faeec480ba83ab3ad89993db5da9f1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textFilter.c b/ltt/branches/poly/lttv/modules/text/textFilter.c index db0f3484..f8a2ea45 100644 --- a/ltt/branches/poly/lttv/modules/text/textFilter.c +++ b/ltt/branches/poly/lttv/modules/text/textFilter.c @@ -136,8 +136,8 @@ void filter_analyze_string(void *hook_data) { if(((GString*)*(value.v_pointer))->len != 0) g_string_append_c((GString*)*(value.v_pointer),'&'); g_string_append((GString*)*(value.v_pointer),a_string); - LttvFilter* filter = lttv_filter_new(); - lttv_filter_append_expression(filter,a_string); +// LttvFilter* filter = lttv_filter_new(); +// lttv_filter_append_expression(filter,a_string); } /**