diff options
Diffstat (limited to 'btreplay/btreplay.c')
-rw-r--r-- | btreplay/btreplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btreplay/btreplay.c b/btreplay/btreplay.c index cba099a..f4f5aa0 100644 --- a/btreplay/btreplay.c +++ b/btreplay/btreplay.c @@ -1314,7 +1314,7 @@ static void reset_input_file(struct thr_info *tip) */ static void *replay_sub(void *arg) { - int i; + unsigned int i; char *mdev; char path[MAXPATHLEN]; struct io_bunch bunch; |