X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Ffloat.c;h=2b0dccecc9a3a3b68948a7e04c3c8d4eb654a2a5;hp=0c559b0eba4e8be23d1ca7d0c3511b3127bd513e;hb=de913cfdf87242ec3ff54c72a318ebb8714e5465;hpb=1e36e6c2ecc209cd7e16cbab0f98f00cbf7bfbf3 diff --git a/formats/ctf-text/types/float.c b/formats/ctf-text/types/float.c index 0c559b0e..2b0dccec 100644 --- a/formats/ctf-text/types/float.c +++ b/formats/ctf-text/types/float.c @@ -40,7 +40,7 @@ int ctf_text_float_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))); fprintf(pos->fp, "%Lg\n", float_definition->value); return 0;