X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Fsequence.c;h=3fe5ff170c381e43f7276f9cf063a5588f50e604;hp=6a0472f87c5d797b3276caf8b22e24714e838a1d;hb=6743f229982176bfc2bdd2b3ab5c75ca62f45b35;hpb=f071e095a2a8f76dd78becfa103b952af68e148d diff --git a/formats/ctf-text/types/sequence.c b/formats/ctf-text/types/sequence.c index 6a0472f8..3fe5ff17 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 = ", - g_quark_to_string(definition->name)); + rem_(g_quark_to_string(definition->name))); } if (elem->id == CTF_TYPE_INTEGER) {