From 2de06673936570d5a7605d7347ee883f8c19e91b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 8 Aug 2023 13:45:38 +0200 Subject: [PATCH] Using Xorriso_change_is_pending() bit1 at end of program --- xorriso/xorriso_main.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"