Some polishing about -cut_out
This commit is contained in:
@ -2128,7 +2128,7 @@ int Xorriso_cut_out(struct XorrisO *xorriso, char *disk_path,
|
||||
} else {
|
||||
unsupported_type:;
|
||||
Xorriso_msgs_submit(xorriso, 0, eff_source, 0, "ERRFILE", 0);
|
||||
sprintf(xorriso->info_text, "-cut_out: Unsupported file type %s with %s",
|
||||
sprintf(xorriso->info_text, "-cut_out: Unsupported file type (%s) with %s",
|
||||
Ftypetxt(stbuf.st_mode, 0), Text_shellsafe(eff_source, sfe, 0));
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, errno, "FAILURE", 0);
|
||||
return(0);
|
||||
|
Reference in New Issue
Block a user