X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Finteger.c;h=f56a753bbb47177b0ab2811600f3669a2b935ce7;hp=46803f640c3376ed662883a1a4876ae5a052e3d5;hb=6743f229982176bfc2bdd2b3ab5c75ca62f45b35;hpb=f071e095a2a8f76dd78becfa103b952af68e148d diff --git a/formats/ctf-text/types/integer.c b/formats/ctf-text/types/integer.c index 46803f64..f56a753b 100644 --- a/formats/ctf-text/types/integer.c +++ b/formats/ctf-text/types/integer.c @@ -43,7 +43,7 @@ int ctf_text_integer_write(struct stream_pos *ppos, struct definition *definitio 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 (pos->string && (integer_declaration->encoding == CTF_STRING_ASCII