Registered new error ISO_SECT_SCATTERED in iso_error_to_msg().
This commit is contained in:
parent
9e2d82fc78
commit
f040f31d05
@ -7046,7 +7046,7 @@ int iso_md5_match(char first_md5[16], char second_md5[16]);
|
||||
(FAILURE, HIGH, -379) */
|
||||
#define ISO_AAIP_ACL_MULT_OBJ 0xE830FE83
|
||||
|
||||
/** File sections do not form consequtive array of blocks
|
||||
/** File sections do not form consecutive array of blocks
|
||||
(FAILURE, HIGH, -378) */
|
||||
#define ISO_SECT_SCATTERED 0xE830FE82
|
||||
|
||||
|
@ -468,6 +468,8 @@ const char *iso_error_to_msg(int errcode)
|
||||
return "Attribute name cannot be represented";
|
||||
case ISO_AAIP_ACL_MULT_OBJ:
|
||||
return "ACL text contains multiple entries of user::, group::, other::";
|
||||
case ISO_SECT_SCATTERED:
|
||||
return "File sections do not form consecutive array of blocks";
|
||||
default:
|
||||
return "Unknown error";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user