Changeset 3feeab2 in mainline
- Timestamp:
- 2015-11-02T20:03:42Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff381a7
- Parents:
- 89204a23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/src/gpt.c
r89204a23 r3feeab2 458 458 label->lt.gpt.esize = esize; 459 459 label->lt.gpt.pt_blocks = pt_blocks; 460 label->lt.gpt.pt_crc = pt_crc; 460 461 label->lt.gpt.hdr_size = sizeof(gpt_header_t); 461 462 … … 832 833 } 833 834 835 label->lt.gpt.pt_crc = crc; 834 836 free(buf); 835 837 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.