[PATCH] FIO_OPT_RANGE breakage
authorJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 12:36:26 +0000 (14:36 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 12:36:26 +0000 (14:36 +0200)
commitb6e25da4225ca990f6997d2d60fe96a7b51d4661
treefe5a3329c962907891c36753e2dddb8569fc18b4
parent9158d2f7d9cea04a3f0cbe0817c697c0ba6e8b48
[PATCH] FIO_OPT_RANGE breakage

After terminating the first string, remember to reset the pointer to the
beginning of the string.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c