From b454ffeef7d20fbde0bab125309f7e2e7f53faf1 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 24 May 2013 11:13:16 +0000 Subject: [PATCH] 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 --- xorriso/iso_manip.c | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xorriso/iso_manip.c b/xorriso/iso_manip.c index ea397588..acdaa2a4 100644 --- a/xorriso/iso_manip.c +++ b/xorriso/iso_manip.c @@ -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 */ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index f8608724..2f456bd0 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2013.05.17.193457" +#define Xorriso_timestamP "2013.05.24.111243"