Let -boot_image show_status display info about -append_partition status

This commit is contained in:
Thomas Schmitt 2023-08-06 15:31:25 +02:00
parent f3af549e92
commit aaaa0a99c4
2 changed files with 2 additions and 1 deletions

View File

@ -827,6 +827,7 @@ treatment_patch:;
sprintf(xorriso->result_line, "------------------------------------\n");
Xorriso_result(xorriso, 0);
Xorriso_status(xorriso, "-boot_image", NULL, 0);
Xorriso_status(xorriso, "-append_partition", NULL, 0);
sprintf(xorriso->result_line, "------------------------------------\n");
Xorriso_result(xorriso, 0);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2023.08.06.132334"
#define Xorriso_timestamP "2023.08.06.133040"