Changeset efa8ed93 in mainline
- Timestamp:
- 2011-06-27T19:18:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d57e1c
- Parents:
- 616e73c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_fat.c
r616e73c refa8ed93 346 346 byte2 = ((uint8_t*) b->data)[(offset % BPS(bs))+1]; 347 347 348 *value = uint16_ le2host(byte1 | (byte2 << 8));348 *value = uint16_t_le2host(byte1 | (byte2 << 8)); 349 349 if (IS_ODD(clst)) 350 350 *value = (*value) >> 4;
Note:
See TracChangeset
for help on using the changeset viewer.