Antonio Ospite [Wed, 4 Nov 2015 12:54:28 +0000 (13:54 +0100)]
Fix parsing the eeprom when there are users with no records
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>