Fix crash with '-' stdin input
authorJens Axboe <jens.axboe@oracle.com>
Wed, 16 May 2007 09:02:18 +0000 (11:02 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 16 May 2007 09:02:18 +0000 (11:02 +0200)
commit00cd304410a4e750ef929823dca3b932baa797b0
tree19534e4ce9e1f0bf85a6d24b501513f158e822d8
parent3b79b22702659877d9ced51d77b175f2cbdbf940
Fix crash with '-' stdin input

Need to use argv[optind], not optarg.

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