iterator: fix type warning on 32-bit build
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 13:35:12 +0000 (08:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 13:35:12 +0000 (08:35 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/iterator.c

index 414f559e3e895bc8bcac9157968163fefd78a569..47650444e196489a5774e6d527b1c1ce83924406 100644 (file)
@@ -225,7 +225,7 @@ struct bt_iter_pos *bt_iter_get_pos(struct bt_iter *iter)
                                        pos->u.restore->stream_saved_pos,
                                        saved_pos);
 
                                        pos->u.restore->stream_saved_pos,
                                        saved_pos);
 
-                               printf_debug("stream : %lu, cur_index : %zd, "
+                               printf_debug("stream : %" PRIu64 ", cur_index : %zd, "
                                        "offset : %zd, "
                                        "timestamp = %" PRIu64 "\n",
                                        stream->stream_id, saved_pos.cur_index,
                                        "offset : %zd, "
                                        "timestamp = %" PRIu64 "\n",
                                        stream->stream_id, saved_pos.cur_index,
This page took 0.02472 seconds and 4 git commands to generate.