Add backward ref from bt_stream_pos to bt_trace_descriptor
[babeltrace.git] / converter / babeltrace-log.c
index 8ea64ab34daa437c9931f2e97cda44bb247d4868..563a90f57f1df018d5f75cd18e70a633aea8811b 100644 (file)
@@ -252,7 +252,7 @@ void trace_text(FILE *input, int output)
        int ret;
 
        memset(&pos, 0, sizeof(pos));
-       ret = ctf_init_pos(&pos, output, O_RDWR);
+       ret = ctf_init_pos(&pos, NULL, output, O_RDWR);
        if (ret) {
                fprintf(stderr, "Error in ctf_init_pos\n");
                return;
This page took 0.022901 seconds and 4 git commands to generate.