X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=d169caac803f80ded578db162837b184c83b3997;hp=361c527cce7a90d491a04b08a7d71f706bc19c62;hb=5e2eb0aebe6dd62c86d2b96030cb1ba3a0793bec;hpb=39592eae8e476dbb016e2b09ef75f4a7b8cc151d diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 361c527c..d169caac 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -145,7 +145,7 @@ int ctf_text_write_event(struct stream_pos *ppos, return -EINVAL; } - if (stream->timestamp) { + if (stream->has_timestamp) { if (pos->print_names) fprintf(pos->fp, "timestamp = "); else