projects
/
visomat-utils.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
8d67f9a
)
Fix parsing the eeprom when there are users with no records
author
Antonio Ospite <ao2@ao2.it>
Wed, 4 Nov 2015 12:54:28 +0000
(13:54 +0100)
committer
Antonio 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