commit | b835a4f3b3f8fccd7ce457d4ab13344d3dcb91a9 | [log] [tgz] |
---|---|---|
author | Chris Buckley <chris@cmbuckley.co.uk> | Mon Jan 28 23:35:13 2013 +0000 |
committer | Chris Buckley <chris@cmbuckley.co.uk> | Mon Jan 28 23:54:24 2013 +0000 |
tree | f0ee86528a2672ffea5444f5bc6a41eff0ccce2f | |
parent | 7bea4fb8a880d774f7b399f8c2cbcd75ce85123c [diff] |
Fix list_fields seek bug On the first list_fields call, the field pointer is moved to the end of the list of fields. This change ensures that the pointer is positioned at the start of the field list before grabbing the names. Signed-off-by: Chris Buckley <chris@cmbuckley.co.uk>