sscanf fixup
authorBruce Cran <BCran@fusionio.com>
Thu, 5 May 2011 14:14:09 +0000 (08:14 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 5 May 2011 14:14:09 +0000 (08:14 -0600)
commit84dd18865235caa675424c62a4624618ff961d78
treeefae764972533c6375cc825a8978e58eafaa10d4
parent1a958f09ff7b34e91556532cf47ad1c04974369c
sscanf fixup

I noticed that a job of:

[sequential write at  1k block size.]

Gets reported as "sequentia".

I think we need to use %255[^\n] in sscanf instead.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
init.c