X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Farray.c;h=3aaa633143ef48ee997d9239e26eb5e699353120;hb=6743f229982176bfc2bdd2b3ab5c75ca62f45b35;hp=6dc84480c67e49eff8b0837ca81a040d13f9b4f7;hpb=64fa3fec6c28f1d077812b4bfa06ae73b0f5999d;p=babeltrace.git diff --git a/formats/ctf-text/types/array.c b/formats/ctf-text/types/array.c index 6dc84480..3aaa6331 100644 --- a/formats/ctf-text/types/array.c +++ b/formats/ctf-text/types/array.c @@ -41,7 +41,7 @@ int ctf_text_array_write(struct stream_pos *ppos, struct definition *definition) 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) {