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)
commit8d67f9a624e9097a7c99513dd0e73daf3b59ae8d
tree0f21f00ae66f0421f16b531920a42d2516226539
parent6d26d073abb2eed23a21d87058b8d6eb0e8d2112
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>
README
src/visomat-data-downloader.c