Fix parsing the eeprom when there are users with no records
authorAntonio Ospite <ao2@ao2.it>
Wed, 4 Nov 2015 12:54:28 +0000 (13:54 +0100)
committerAntonio Ospite <ao2@ao2.it>
Wed, 4 Nov 2015 12:54:28 +0000 (13:54 +0100)
When the number of records for a given user is 0, there is a dummy byte
at the end of the user memory block which has to be consumed as well,
otherwise the while loop never ends.

The bug was found out by Cornelis Broeders <cornelis.broeders@web.de>


No differences found