From: Antonio Ospite Date: Wed, 4 Nov 2015 12:54:28 +0000 (+0100) Subject: Fix parsing the eeprom when there are users with no records X-Git-Url: https://git.ao2.it/visomat-utils.git/commitdiff_plain/8d67f9a624e9097a7c99513dd0e73daf3b59ae8d?ds=inline;hp=8d67f9a624e9097a7c99513dd0e73daf3b59ae8d 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 ---