Bug fix: -update deleted MD5 of files of which only attributes changed
This commit is contained in:
parent
e0edbd8ad2
commit
a91bd45f31
@ -83,8 +83,10 @@ int Xorriso_transfer_properties(struct XorrisO *xorriso, struct stat *stbuf,
|
||||
"FAILURE", 1 | 2);
|
||||
ret= 0; goto ex;
|
||||
}
|
||||
|
||||
/* Preserve namespace isofs, but not ACL or system xattr */
|
||||
ret= iso_node_set_attrs(node, num_attrs, names, value_lengths, values,
|
||||
1 | 8);
|
||||
1 | 8 | 16);
|
||||
if(ret < 0) {
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
Xorriso_report_iso_error(xorriso, "", ret,
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.07.10.083040"
|
||||
#define Xorriso_timestamP "2012.07.12.163117"
|
||||
|
Loading…
Reference in New Issue
Block a user