Skip to content
Snippets Groups Projects
Commit acd47c0a authored by Brian Carrier's avatar Brian Carrier
Browse files

updated field description from code

parent bb393a29
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ typedef struct {
uint8_t pad[2];
uint8_t file_id[4];
uint8_t start_block[4];
uint8_t attr_name_len[2];
uint8_t attr_name_len[2]; // number of UTF-16 characters in name
uint8_t attr_name[HFS_MAX_ATTR_NAME_LEN_UTF16_B]; // @@@ Seems like this is variable length because the key_len is specified. This seems to be max size.
} hfs_btree_key_attr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment