Changeset efa8ed93 in mainline


Ignore:
Timestamp:
2011-06-27T19:18:23Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d57e1c
Parents:
616e73c
Message:

Minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.c

    r616e73c refa8ed93  
    346346                byte2 = ((uint8_t*) b->data)[(offset % BPS(bs))+1];
    347347
    348         *value = uint16_le2host(byte1 | (byte2 << 8));
     348        *value = uint16_t_le2host(byte1 | (byte2 << 8));
    349349        if (IS_ODD(clst))
    350350                *value = (*value) >> 4;
Note: See TracChangeset for help on using the changeset viewer.