@@ -570,7 +570,7 @@ H5O__layout_encode(H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, uint8_t *p,
|
||||
H5O_LAYOUT_VERSION_3 : mesg->version);
|
||||
|
||||
/* Layout class */
|
||||
H5_CHECKED_ASSIGN(*p++, uint8_t, mesg->type, int);
|
||||
ASSIGN_TO_SMALLER_SIZE(*p++, uint8_t, mesg->type, int);
|
||||
|
||||
/* Write out layout class specific information */
|
||||
switch(mesg->type) {
|
||||
|
||||
Reference in New Issue
Block a user