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:
Thomas Schmitt 2013-05-24 11:13:16 +00:00
parent 8e5ff3fff4
commit b454ffeef7
2 changed files with 2 additions and 1 deletions

View File

@ -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 */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.05.17.193457"
#define Xorriso_timestamP "2013.05.24.111243"