Bug fix: -update deleted MD5 of files of which only attributes changed
This commit is contained in:
parent
922c95443f
commit
49b044b3d6
@ -83,8 +83,10 @@ int Xorriso_transfer_properties(struct XorrisO *xorriso, struct stat *stbuf,
|
|||||||
"FAILURE", 1 | 2);
|
"FAILURE", 1 | 2);
|
||||||
ret= 0; goto ex;
|
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,
|
ret= iso_node_set_attrs(node, num_attrs, names, value_lengths, values,
|
||||||
1 | 8);
|
1 | 8 | 16);
|
||||||
if(ret < 0) {
|
if(ret < 0) {
|
||||||
Xorriso_process_msg_queues(xorriso,0);
|
Xorriso_process_msg_queues(xorriso,0);
|
||||||
Xorriso_report_iso_error(xorriso, "", ret,
|
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