Bug fix: -find -exec "sort_weight" did not mark the image as having pending chanBug fix: -find -exec "sort_weight" did not mark the image as having pending changes
This commit is contained in:
parent
84d23dfcd0
commit
b767e512b2
@ -2565,6 +2565,7 @@ int Xorriso_findi_action(struct XorrisO *xorriso, struct FindjoB *job,
|
||||
ret= Xorriso_mkisofs_lower_r(xorriso, node, 0);
|
||||
} else if(action == 38) { /* sort_weight */
|
||||
iso_node_set_sort_weight(node, type);
|
||||
Xorriso_set_change_pending(xorriso, 0);
|
||||
} else if(action == 39) { /* hide */
|
||||
Xorriso_set_hidden(xorriso, node, NULL, type, 0);
|
||||
} else if(action == 40) { /* estimate_size */
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.05.17.193457"
|
||||
#define Xorriso_timestamP "2013.05.24.111243"
|
||||
|
Loading…
Reference in New Issue
Block a user