projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cdd1b
)
t/verify-state: one more printf type fix
author
Jens Axboe
<axboe@fb.com>
Wed, 13 Jan 2016 20:17:39 +0000
(13:17 -0700)
committer
Jens Axboe
<axboe@fb.com>
Wed, 13 Jan 2016 20:17:39 +0000
(13:17 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
t/verify-state.c
patch
|
blob
|
blame
|
history
diff --git
a/t/verify-state.c
b/t/verify-state.c
index 417777aed4572dcbda79dedff51588a6f4221805..6e8cd354fa9cea2fb5c761cf0b239b0244be049e 100644
(file)
--- a/
t/verify-state.c
+++ b/
t/verify-state.c
@@
-27,7
+27,7
@@
static void show_s(struct thread_io_list *s, unsigned int no_s)
printf("Completions:\n");
for (i = 0; i < s->no_comps; i++)
- printf("\t%l
u\n",
s->offsets[i]);
+ printf("\t%l
lu\n", (unsigned long long)
s->offsets[i]);
}
static void show_verify_state(void *buf, size_t size)