X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Fsequence.c;h=6a0472f87c5d797b3276caf8b22e24714e838a1d;hp=3fe5ff170c381e43f7276f9cf063a5588f50e604;hb=f071e095a2a8f76dd78becfa103b952af68e148d;hpb=c6016b4a6752e752915a308abdf8bb7bdd39aca4 diff --git a/formats/ctf-text/types/sequence.c b/formats/ctf-text/types/sequence.c index 3fe5ff17..6a0472f8 100644 --- a/formats/ctf-text/types/sequence.c +++ b/formats/ctf-text/types/sequence.c @@ -41,7 +41,7 @@ int ctf_text_sequence_write(struct stream_pos *ppos, struct definition *definiti fprintf(pos->fp, " "); if (pos->print_names) fprintf(pos->fp, "%s = ", - rem_(g_quark_to_string(definition->name))); + g_quark_to_string(definition->name)); } if (elem->id == CTF_TYPE_INTEGER) {