Use the generic call to move_pos_slow
[babeltrace.git] / include / babeltrace / ctf / types.h
index 60749a6c9f8ec8b368413b19c47f84288025a270..68ccf7af6931ec5c06e204fb12da3457c3b7bb8f 100644 (file)
@@ -192,7 +192,7 @@ void ctf_pos_get_event(struct ctf_stream_pos *pos)
        if (pos->offset == pos->content_size) {
                printf_debug("ctf_move_pos_slow (before call): %zd\n",
                             pos->offset);
-               ctf_move_pos_slow(pos, 0, SEEK_CUR);
+               pos->move_pos_slow(pos, 0, SEEK_CUR);
                printf_debug("ctf_move_pos_slow (after call): %zd\n",
                             pos->offset);
        }
This page took 0.022506 seconds and 4 git commands to generate.