X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextDump.c;h=2e2e6c53fea9358c16362093441528eaf46ca9a7;hb=54d067f5be6093549ec741f6455b0b884b8076fd;hp=1f27e0f757e7c7036e2e7406a389a810e329db92;hpb=7fba5ac769410bb54f6ff7e3f6d7e3cc3170c7ca;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 1f27e0f7..2e2e6c53 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -340,7 +340,7 @@ static int write_event_content(void *hook_data, void *call_data) g_quark_to_string(process->state->s)); } - g_string_append_printf(a_string,"\n"); + g_string_append_printf(a_string,"\n"); fputs(a_string->str, a_file); return FALSE;