Cleanup: fix cppcheck warning
[babeltrace.git] / lib / iterator.c
index b57be035057923a5bee693c3e3889a4ef1f8d26b..411b377ecf8cda2e6a1ec2ada151e0ed3d944eae 100644 (file)
@@ -381,8 +381,8 @@ int bt_iter_set_pos(struct bt_iter *iter, const struct bt_iter_pos *iter_pos)
                        stream->prev_cycles_timestamp = 0;
                        stream->prev_cycles_timestamp_end = 0;
 
-                       printf_debug("restored to cur_index = %zd and "
-                               "offset = %zd, timestamp = %" PRIu64 "\n",
+                       printf_debug("restored to cur_index = %" PRId64 " and "
+                               "offset = %" PRId64 ", timestamp = %" PRIu64 "\n",
                                stream_pos->cur_index,
                                stream_pos->offset, stream->real_timestamp);
 
This page took 0.022759 seconds and 4 git commands to generate.