Fix bug in parser with postfix and truncated direction values
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 10:28:57 +0000 (12:28 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 10:28:57 +0000 (12:28 +0200)
commit7c8f1a5ce2ecde0ef8372e983895855ac838c76c
tree5429e20f85b8209e4efdfafed94fb35b02bd7916
parente9f484791ffd436f39bae0b601e6fc97942c1814
Fix bug in parser with postfix and truncated direction values

If you pass in foo=500k, then the 'k' multiplier will go unnoticed.

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