X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=e23bb9e2c4093ab2ca45029bd7046c02c642ed94;hp=ca44a6fdc961e54830662877675b31a78a3da147;hb=9b3c1d6f8e01603488e317ffef7a8e3c15c98459;hpb=f6714e20aa8136e794cb409c6f268fa070e80a52 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index ca44a6fd..e23bb9e2 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -393,7 +393,7 @@ int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream_definition * } else if (dom_print) { fprintf(pos->fp, ":"); } - fprintf(pos->fp, "%s", + fprintf(pos->fp, "\"%s\"", g_quark_to_string(event_class->model_emf_uri)); if (pos->print_names) fprintf(pos->fp, ", ");