Merge pull request #50 from lategoodbye/master

Fixed correction in auxiliary function
This commit is contained in:
Robert Johansson 2013-06-16 05:24:15 -07:00
commit c4ceb5c057

View File

@ -1050,7 +1050,7 @@ mbus_vib_unit_normalize(mbus_value_information_block *vib, double value, char **
(vib->vif != 0xFD) &&
(vib->vif != 0xFB)) /* codes for VIF extention: see table 8.4.5 */
{
code = (vib->vif) & 0x7f;
code = (vib->vife[0]) & 0x7f;
switch (code)
{
case 0x70: