[PATCH] Correct command line parsing fio-1.6
authorJens Axboe <axboe@suse.de>
Thu, 24 Aug 2006 06:44:26 +0000 (08:44 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 24 Aug 2006 06:44:26 +0000 (08:44 +0200)
commit774a617767830b5023f6cad4a45609a92ec82d41
tree9c790b3de5f40b02e978f9036ad3590854710bb7
parent40718e3ed151411d9979b9b1c06fd76e5726eae8
[PATCH] Correct command line parsing

It worked if you used -t10, but not -t 10. Correct the idx++ usage to
just match optind instead, then things just work.

Problem reported by "Randy.Dunlap" <rdunlap@xenotime.net>
init.c