Bug fix: -extract_boot_images reports "No such file or directory" when complaining over an existing target file
This commit is contained in:
parent
9a42f2a8ae
commit
5583a1c7f0
@ -2934,7 +2934,7 @@ int Xorriso_extract_boot_images(struct XorrisO *xorriso, char *disk_dir_path,
|
||||
sprintf(xorriso->info_text,
|
||||
"-extract_boot_images: File already exists on disk: ");
|
||||
Text_shellsafe(eff_path, xorriso->info_text, 1);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, errno, "FAILURE", 0);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
|
||||
continue;
|
||||
}
|
||||
ret= Xorriso_read_file_data(xorriso, NULL, NULL, eff_path,
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2024.08.30.222518"
|
||||
#define Xorriso_timestamP "2024.09.01.071910"
|
||||
|
Loading…
Reference in New Issue
Block a user