X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Farray.c;h=3aaa633143ef48ee997d9239e26eb5e699353120;hb=9ff2b8adeaadc0a8fbd8c5aa23f2cbadf2f1a55f;hp=6dc84480c67e49eff8b0837ca81a040d13f9b4f7;hpb=f071e095a2a8f76dd78becfa103b952af68e148d;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) {