Skip to content
Snippets Groups Projects
Commit 46c19d7a authored by rswindell's avatar rswindell
Browse files

Renamed msg.msg_misc (bit-field) to msg.settings, for consistency.

parent e4182636
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ struct.msg={ ...@@ -197,7 +197,7 @@ struct.msg={
smb_retry_time: {bytes:UCHAR, type:"int"}, smb_retry_time: {bytes:UCHAR, type:"int"},
max_qwkmsgage: {bytes:UINT16_T, type:"int"}, max_qwkmsgage: {bytes:UINT16_T, type:"int"},
__PADDING1__:466, __PADDING1__:466,
msg_misc: {bytes:UINT32_T, type:"int"}, settings: {bytes:UINT32_T, type:"int"}, // was msg_misc
__PADDING2__:510, __PADDING2__:510,
grp: {bytes:struct.grp_t, type:"lst"}, grp: {bytes:struct.grp_t, type:"lst"},
sub: {bytes:struct.sub_t, type:"lst"}, sub: {bytes:struct.sub_t, type:"lst"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment