diff --git a/xorriso/xorriso_main.c b/xorriso/xorriso_main.c index 5d9cf720..83c16b44 100644 --- a/xorriso/xorriso_main.c +++ b/xorriso/xorriso_main.c @@ -276,7 +276,7 @@ int main(int argc, char **argv) end_successfully:; /* normal shutdown, including eventual -commit */ Xorriso_stop_msg_watcher(xorriso, 1); Xorriso_process_msg_queues(xorriso, 0); - if(Xorriso_change_is_pending(xorriso, 1)) + if(Xorriso_change_is_pending(xorriso, 1 | 2)) Xorriso_option_end(xorriso, 2); Xorriso_process_msg_queues(xorriso, 0); ret= Xorriso_make_return_value(xorriso, 0); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index af933224..fafe2924 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2023.08.08.114313" +#define Xorriso_timestamP "2023.08.08.114459"