Fix bug with stripping white space at the front of an option
authorJens Axboe <jens.axboe@oracle.com>
Wed, 28 Mar 2007 17:34:53 +0000 (19:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 Mar 2007 17:34:53 +0000 (19:34 +0200)
commit4d651dad4b3ee17a9be223fc1c0489cd4e304f65
treeba732467aa2ec74a6a1cdf0ec3a39a688e9f7046
parent97cc1a8cc97b0caf5edbca0042edacf617cdad71
Fix bug with stripping white space at the front of an option

After advancing the passed in pointer, the destination never
got set.

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