Using Xorriso_change_is_pending() bit1 at end of program

This commit is contained in:
Thomas Schmitt 2023-08-08 13:45:38 +02:00
parent ab0bfdb04f
commit 2de0667393
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2023.08.08.114313"
#define Xorriso_timestamP "2023.08.08.114459"